svn commit: r1171443 - /ofbiz/trunk/framework/common/webcommon/WEB-INF/common-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: r1171443 - /ofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml

hansbak-2
Author: hansbak
Date: Fri Sep 16 08:32:22 2011
New Revision: 1171443

URL: http://svn.apache.org/viewvc?rev=1171443&view=rev
Log:
make the helpsystem public so the helpscreens can be referenced with a simple url

Modified:
    ofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml

Modified: ofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml?rev=1171443&r1=1171442&r2=1171443&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml (original)
+++ ofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml Fri Sep 16 08:32:22 2011
@@ -193,7 +193,7 @@ under the License.
     </request-map>
 
     <request-map uri="showHelp">
-        <security https="true" auth="true"/>
+        <security https="false" auth="false"/>
         <response name="success" type="view" value="showHelp"/>
     </request-map>