Author: jacopoc
Date: Sun May 13 08:01:28 2012
New Revision: 1337800
URL:
http://svn.apache.org/viewvc?rev=1337800&view=revLog:
removed redundant request entry (the entry is defined in common-controller.xml).
Modified:
ofbiz/trunk/specialpurpose/myportal/webapp/myportal/WEB-INF/controller.xml
Modified: ofbiz/trunk/specialpurpose/myportal/webapp/myportal/WEB-INF/controller.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/myportal/webapp/myportal/WEB-INF/controller.xml?rev=1337800&r1=1337799&r2=1337800&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/myportal/webapp/myportal/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/specialpurpose/myportal/webapp/myportal/WEB-INF/controller.xml Sun May 13 08:01:28 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"/>