mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
Added exclusion of dojo parameters
WW-1551 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@491548 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -191,7 +191,9 @@
|
||||
<interceptor-ref name="fileUpload"/>
|
||||
<interceptor-ref name="checkbox"/>
|
||||
<interceptor-ref name="static-params"/>
|
||||
<interceptor-ref name="params"/>
|
||||
<interceptor-ref name="params">
|
||||
<param name="excludeParams">dojo\..*</param>
|
||||
</interceptor-ref>
|
||||
<interceptor-ref name="conversionError"/>
|
||||
<interceptor-ref name="validation">
|
||||
<param name="excludeMethods">input,back,cancel,browse</param>
|
||||
|
||||
Reference in New Issue
Block a user