Author: jleroux
Date: Sun Oct 16 19:36:20 2011
New Revision: 1184906
URL:
http://svn.apache.org/viewvc?rev=1184906&view=revLog:
A patch from Wai
https://issues.apache.org/jira/browse/OFBIZ-4486"createuserlogin, createUserLogin duplicate request map entries"
Modified:
ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/controller.xml
Modified: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/controller.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/controller.xml?rev=1184906&r1=1184905&r2=1184906&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/controller.xml Sun Oct 16 19:36:20 2011
@@ -597,13 +597,6 @@
<response name="success" type="view" value="listResourcesTask"/>
<response name="error" type="view" value="listResourcesTask"/>
</request-map>
- <request-map uri="createnewlogin"><security https="true" auth="true"/><response name="success" type="view" value="createnewlogin"/></request-map>
- <request-map uri="createUserLogin">
- <security https="true" auth="true"/>
- <event type="service" path="" invoke="createUserLogin"/>
- <response name="success" type="view" value="viewprofile"/>
- <response name="error" type="view" value="createnewlogin"/>
- </request-map>
<request-map uri="EditPartyRates"><security https="true" auth="true"/><response name="success" type="view" value="EditPartyRates"/></request-map>
<request-map uri="createPartyRate">
<security https="true" auth="true"/>