Author: ghuber
Date: Fri Apr 25 08:56:10 2014
New Revision: 1589954
URL: http://svn.apache.org/r1589954
Log:
Fix for struts 2.3.16.2
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=1589954&r1=1589953&r2=1589954&view=diff
==============================================================================
--- roller/trunk/app/src/main/resources/struts.xml (original)
+++ roller/trunk/app/src/main/resources/struts.xml Fri Apr 25 08:56:10 2014
@@ -42,7 +42,7 @@
<!-- <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>
+ <param
name="excludeParams">(.*\.|^|.*|\[('|"))(c|C)lass(\.|('|")]|\[).*,^dojo\..*,^struts\..*,^session\..*,^request\..*,^application\..*,^servlet(Request|Response)\..*,^parameters\..*,^action:.*,^method:.*</param>
</interceptor-ref>
<interceptor-ref name="conversionError"/>