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/13 10:09:39 UTC

svn commit: r1337803 - in /ofbiz/branches/release11.04: ./ specialpurpose/myportal/webapp/myportal/WEB-INF/controller.xml

Author: jacopoc
Date: Sun May 13 08:09:38 2012
New Revision: 1337803

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

removed redundant request entry (the entry is defined in common-controller.xml).



Modified:
    ofbiz/branches/release11.04/   (props changed)
    ofbiz/branches/release11.04/specialpurpose/myportal/webapp/myportal/WEB-INF/controller.xml

Propchange: ofbiz/branches/release11.04/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1337800

Modified: ofbiz/branches/release11.04/specialpurpose/myportal/webapp/myportal/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release11.04/specialpurpose/myportal/webapp/myportal/WEB-INF/controller.xml?rev=1337803&r1=1337802&r2=1337803&view=diff
==============================================================================
--- ofbiz/branches/release11.04/specialpurpose/myportal/webapp/myportal/WEB-INF/controller.xml (original)
+++ ofbiz/branches/release11.04/specialpurpose/myportal/webapp/myportal/WEB-INF/controller.xml Sun May 13 08:09:38 2012
@@ -48,13 +48,6 @@
         <response name="resultPage" type="view" value="newRegisterLogin"/>
     </request-map>
 
-    <!-- Captcha: Image request, the captcha code is stored in the session using _CAPTCHA_CODE_ as the key -->
-    <request-map uri="captcha.jpg">
-        <security https="true" auth="false"/>
-        <event type="java" path="org.ofbiz.common.CommonEvents" invoke="getCaptcha"/>
-        <response name="success" type="none"/>
-    </request-map>
-
     <request-map uri="LookupUserLoginAndPartyDetails">
         <security https="true" auth="true"/>
         <response name="success" type="view" value="LookupUserLoginAndPartyDetails"/>