You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by gh...@apache.org on 2014/03/26 09:54:52 UTC

svn commit: r1581753 - /roller/trunk/app/src/main/resources/struts.xml

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>