svn commit: r550012 - /ofbiz/trunk/specialpurpose/oagis/webapp/oagis/WEB-INF/controller.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r550012 - /ofbiz/trunk/specialpurpose/oagis/webapp/oagis/WEB-INF/controller.xml

apatel-2
Author: apatel
Date: Fri Jun 22 23:13:49 2007
New Revision: 550012

URL: http://svn.apache.org/viewvc?view=rev&rev=550012
Log:
request for incoming messages should not need auth.

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

Modified: ofbiz/trunk/specialpurpose/oagis/webapp/oagis/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/webapp/oagis/WEB-INF/controller.xml?view=diff&rev=550012&r1=550011&r2=550012
==============================================================================
--- ofbiz/trunk/specialpurpose/oagis/webapp/oagis/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/specialpurpose/oagis/webapp/oagis/WEB-INF/controller.xml Fri Jun 22 23:13:49 2007
@@ -182,6 +182,7 @@
     </request-map>
 
     <request-map uri="showShipment">
+        <security https="true" auth="false"/>
         <event type="stream" invoke="showShipment"/>
         <response name="success" type="none"/>
     </request-map>