Author: hansbak
Date: Sun Sep 18 02:58:13 2011
New Revision: 1172175
URL:
http://svn.apache.org/viewvc?rev=1172175&view=revLog:
internal help should be https otherwise not work within the backend, added a new request to be able to show the help screens without ssl and logging in
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=1172175&r1=1172174&r2=1172175&view=diff==============================================================================
--- ofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml (original)
+++ ofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml Sun Sep 18 02:58:13 2011
@@ -193,6 +193,11 @@ under the License.
</request-map>
<request-map uri="showHelp">
+ <security https="true" auth="true"/>
+ <response name="success" type="view" value="showHelp"/>
+ </request-map>
+
+ <request-map uri="showHelpPublic">
<security https="false" auth="false"/>
<response name="success" type="view" value="showHelp"/>
</request-map>