You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2009/02/09 09:55:36 UTC

svn commit: r742335 - /ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/controller.xml

Author: ashish
Date: Mon Feb  9 08:55:35 2009
New Revision: 742335

URL: http://svn.apache.org/viewvc?rev=742335&view=rev
Log:
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"/>