Author: jacopoc
Date: Fri May 11 19:24:56 2012
New Revision: 1337338
URL:
http://svn.apache.org/viewvc?rev=1337338&view=revLog:
Applied fix from trunk for revision: 1337058
===
Deprecated org.ofbiz.common.Captcha
Modified:
ofbiz/branches/release11.04/ (props changed)
ofbiz/branches/release11.04/framework/common/src/org/ofbiz/common/Captcha.java
Propchange: ofbiz/branches/release11.04/
------------------------------------------------------------------------------
Merged /ofbiz/trunk:r1337058
Modified: ofbiz/branches/release11.04/framework/common/src/org/ofbiz/common/Captcha.java
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release11.04/framework/common/src/org/ofbiz/common/Captcha.java?rev=1337338&r1=1337337&r2=1337338&view=diff==============================================================================
--- ofbiz/branches/release11.04/framework/common/src/org/ofbiz/common/Captcha.java (original)
+++ ofbiz/branches/release11.04/framework/common/src/org/ofbiz/common/Captcha.java Fri May 11 19:24:56 2012
@@ -36,6 +36,10 @@ import javax.servlet.http.HttpServletRes
import org.ofbiz.base.util.UtilDateTime;
+/**
+ * @deprecated since 2012-05, use org.ofbiz.common.CommonEvents.createCaptcha(request, response) instead
+ */
+@Deprecated
public class Captcha {
public static final String CAPTCHA_FILE_PATH = System.getProperty("ofbiz.home") + File.separator + "runtime" + File.separator + "tempfiles" + File.separator + "captcha" + File.separator;