You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2011/09/16 10:32:22 UTC

svn commit: r1171443 - /ofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml

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>