You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2012/05/11 18:31:59 UTC

svn commit: r1337266 - in /ofbiz/branches/release12.04: ./ framework/common/src/org/ofbiz/common/Captcha.java

Author: jacopoc
Date: Fri May 11 16:31:59 2012
New Revision: 1337266

URL: http://svn.apache.org/viewvc?rev=1337266&view=rev
Log:
Applied fix from trunk for revision: 1337058 
===

Deprecated org.ofbiz.common.Captcha

Modified:
    ofbiz/branches/release12.04/   (props changed)
    ofbiz/branches/release12.04/framework/common/src/org/ofbiz/common/Captcha.java

Propchange: ofbiz/branches/release12.04/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1337058

Modified: ofbiz/branches/release12.04/framework/common/src/org/ofbiz/common/Captcha.java
URL: http://svn.apache.org/viewvc/ofbiz/branches/release12.04/framework/common/src/org/ofbiz/common/Captcha.java?rev=1337266&r1=1337265&r2=1337266&view=diff
==============================================================================
--- ofbiz/branches/release12.04/framework/common/src/org/ofbiz/common/Captcha.java (original)
+++ ofbiz/branches/release12.04/framework/common/src/org/ofbiz/common/Captcha.java Fri May 11 16:31:59 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;