You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by gm...@apache.org on 2014/06/16 12:45:17 UTC

svn commit: r1602840 - /roller/branches/roller_5.0/weblogger-web/src/main/resources/struts.xml

Author: gmazza
Date: Mon Jun 16 10:45:17 2014
New Revision: 1602840

URL: http://svn.apache.org/r1602840
Log:
Switch struts.xml exclude params to what is in the default-struts.xml file provided by Struts.

Modified:
    roller/branches/roller_5.0/weblogger-web/src/main/resources/struts.xml

Modified: roller/branches/roller_5.0/weblogger-web/src/main/resources/struts.xml
URL: http://svn.apache.org/viewvc/roller/branches/roller_5.0/weblogger-web/src/main/resources/struts.xml?rev=1602840&r1=1602839&r2=1602840&view=diff
==============================================================================
--- roller/branches/roller_5.0/weblogger-web/src/main/resources/struts.xml (original)
+++ roller/branches/roller_5.0/weblogger-web/src/main/resources/struts.xml Mon Jun 16 10:45:17 2014
@@ -40,7 +40,7 @@
                 <interceptor-ref name="checkbox"/>
                 <interceptor-ref name="staticParams"/>
                 <interceptor-ref name="params">
-                    <param name="excludeParams">^class\..*,^dojo\..*,^struts\..*,^session\..*,^request\..*,^application\..*,^servlet(Request|Response)\..*,^parameters\..*,^action:.*,^method:.*</param>
+                    <param name="excludeParams">^action:.*,^method:.*</param>
                 </interceptor-ref>
                 <interceptor-ref name="conversionError"/>