Author: lektran
Date: Thu Feb 8 22:55:07 2007
New Revision: 505202
URL:
http://svn.apache.org/viewvc?view=rev&rev=505202Log:
Removed a redundant request map from the ecommerce controller, the event method doesn't exist and the request isn't called anywhere.
Reported by Andrew Sykes, OFBIZ-702
Modified:
ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/controller.xml
Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/controller.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/controller.xml?view=diff&rev=505202&r1=505201&r2=505202==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/controller.xml Thu Feb 8 22:55:07 2007
@@ -730,12 +730,6 @@
<response name="error" type="view" value="main"/>
</request-map>
- <request-map uri="approveOrder">
- <security https="true" direct-request="false"/>
- <event type="java" path="org.ofbiz.order.shoppingcart.CheckOutEvents" invoke="autoApproveOrder"/>
- <response name="success" type="view" value="ordercomplete"/>
- </request-map>
-
<request-map uri="catalog">
<security https="false" auth="false"/>
<response name="success" type="view" value="catalog"/>