You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2009/08/01 16:33:29 UTC

svn commit: r799871 - /ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/controller.xml

Author: jacopoc
Date: Sat Aug  1 14:33:29 2009
New Revision: 799871

URL: http://svn.apache.org/viewvc?rev=799871&view=rev
Log:
Added missing security element to request map.

Modified:
    ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/controller.xml

Modified: ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/controller.xml?rev=799871&r1=799870&r2=799871&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/controller.xml Sat Aug  1 14:33:29 2009
@@ -42,6 +42,7 @@
     </request-map>
 
     <request-map uri="ManageOrdersFromEbay">
+        <security https="true" auth="true"/>
         <response name="success" type="view" value="ManageOrdersFromEbay"/>
         <response name="failure" type="view" value="ManageOrdersFromEbay"/>
     </request-map>