Author: ghuber
Date: Mon Jun 16 07:38:47 2014
New Revision: 1602815
URL: http://svn.apache.org/r1602815
Log:
For struts 2.3.16.3.
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=1602815&r1=1602814&r2=1602815&view=diff
==============================================================================
--- roller/trunk/app/src/main/resources/struts.xml (original)
+++ roller/trunk/app/src/main/resources/struts.xml Mon Jun 16 07:38:47 2014
@@ -42,7 +42,7 @@
<!-- <interceptor-ref name="staticParams"/> -->
<interceptor-ref name="actionMappingParams"/>
<interceptor-ref name="params">
- <param
name="excludeParams">(.*\.|^|.*|\[('|"))(c|C)lass(\.|('|")]|\[).*,^dojo\..*,^struts\..*,^session\..*,^request\..*,^application\..*,^servlet(Request|Response)\..*,^parameters\..*,^action:.*,^method:.*</param>
+ <param name="excludeParams">^action:.*,^method:.*</param>
</interceptor-ref>
<interceptor-ref name="conversionError"/>