Author: ashish
Date: Mon Feb 9 08:55:35 2009
New Revision: 742335
URL:
http://svn.apache.org/viewvc?rev=742335&view=revLog:
Applied patch from jira issue no. OFBIZ-2174 (Request with missing security attributes not getting executed)
Thanks Pranay Pandey for your contribution.
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?rev=742335&r1=742334&r2=742335&view=diff==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/controller.xml Mon Feb 9 08:55:35 2009
@@ -1608,12 +1608,14 @@
</request-map>
<request-map uri="getCountryList">
+ <security https="true" auth="false"/>
<event type="jsonservice" invoke="getCountryList"/>
<response name="success" type="none"/>
<response name="error" type="none"/>
</request-map>
<request-map uri="getAssociatedStateList">
+ <security https="true" auth="false"/>
<event type="jsonservice" invoke="getAssociatedStateList"/>
<response name="success" type="none"/>
<response name="error" type="none"/>