[OFBiz] SVN: r7833 - trunk/applications/order/webapp/ordermgr/WEB-INF
jacopo@svn.ofbiz.org
jacopo at svn.ofbiz.org
Wed Jun 21 04:40:14 CDT 2006
Author: jacopo
Date: 2006-06-21 04:40:07 -0500 (Wed, 21 Jun 2006)
New Revision: 7833
Modified:
trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml
Log:
Fixed wrong non https protected request.
Modified: trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml
===================================================================
--- trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml 2006-06-21 08:47:46 UTC (rev 7832)
+++ trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml 2006-06-21 09:40:07 UTC (rev 7833)
@@ -470,6 +470,7 @@
<response name="success" type="view" value="advancedsearch"/>
</request-map>
<request-map uri="keywordsearch">
+ <security https="true" auth="true"/>
<event type="java" path="org.ofbiz.product.product.ProductSearchSession" invoke="checkDoKeywordOverride"/>
<response name="success" type="view" value="keywordsearch"/>
<response name="none" type="none" value=""/>
More information about the Svn
mailing list