Author: ghuber
Date: Wed Mar 26 08:54:52 2014
New Revision: 1581753
URL: http://svn.apache.org/r1581753
Log:
Don't think we need staticParams.
Modified:
roller/trunk/app/src/main/resources/struts.xml
Modified: roller/trunk/app/src/main/resources/struts.xml
URL:
http://svn.apache.org/viewvc/roller/trunk/app/src/main/resources/struts.xml?rev=1581753&r1=1581752&r2=1581753&view=diff
==============================================================================
--- roller/trunk/app/src/main/resources/struts.xml (original)
+++ roller/trunk/app/src/main/resources/struts.xml Wed Mar 26 08:54:52 2014
@@ -39,7 +39,7 @@
<interceptor-ref name="fileUpload"/>
<interceptor-ref name="checkbox"/>
<interceptor-ref name="multiselect"/>
- <interceptor-ref name="staticParams"/>
+ <!-- <interceptor-ref name="staticParams"/> -->
<interceptor-ref name="actionMappingParams"/>
<interceptor-ref name="params">
<param
name="excludeParams">^class\..*,^dojo\..*,^struts\..*,^session\..*,^request\..*,^application\..*,^servlet(Request|Response)\..*,^parameters\..*,^action:.*,^method:.*</param>