svn commit: r1337058 - /ofbiz/trunk/framework/common/src/org/ofbiz/common/Captcha.java

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1337058 - /ofbiz/trunk/framework/common/src/org/ofbiz/common/Captcha.java

lektran
Author: lektran
Date: Fri May 11 08:23:10 2012
New Revision: 1337058

URL: http://svn.apache.org/viewvc?rev=1337058&view=rev
Log:
Deprecated org.ofbiz.common.Captcha

Modified:
    ofbiz/trunk/framework/common/src/org/ofbiz/common/Captcha.java

Modified: ofbiz/trunk/framework/common/src/org/ofbiz/common/Captcha.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/src/org/ofbiz/common/Captcha.java?rev=1337058&r1=1337057&r2=1337058&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/src/org/ofbiz/common/Captcha.java (original)
+++ ofbiz/trunk/framework/common/src/org/ofbiz/common/Captcha.java Fri May 11 08:23:10 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;