Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit b05e713

Browse files
committed
updated excludeParams for struts
1 parent 28aad5f commit b05e713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/web/WEB-INF/struts.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<interceptor-ref name="i18n"/>
3131
<interceptor-ref name="params">
3232
<param name="acceptParamNames">\w+((\.\w+)|(\[\d+\])|(\['(\w|\s)+'\]))*</param>
33-
<param name="excludeParams">(.*\.|^|.*|\[('|"))(c|C)lass(\.|('|")]|\[).*,^dojo\..*,^struts\..*,^session\..*,^request\..*,^application\..*,^servlet(Request|Response)\..*,^parameters\..*,^action:.*,^method:.*</param>
33+
<param name="excludeParams">(.*\.|^|.*|\[('|"))(c|C)lass(\.|('|")]|\[).*,^dojo\..*,^struts\..*,^session\..*,^request\..*,^application\..*,^servlet(Request|Response)\..*,^parameters\..*,^action:.*,^method:.*</param>
3434
</interceptor-ref>
3535
<interceptor-ref name="prepare"/>
3636
<interceptor-ref name="chain"/>

0 commit comments

Comments
 (0)