mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
WW-2850 paramsPrepareParams stack should execute checkbox interceptor earlier
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@759137 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -224,6 +224,7 @@
|
||||
<interceptor-ref name="exception"/>
|
||||
<interceptor-ref name="alias"/>
|
||||
<interceptor-ref name="i18n"/>
|
||||
<interceptor-ref name="checkbox"/>
|
||||
<interceptor-ref name="params">
|
||||
<param name="excludeParams">dojo\..*,^struts\..*</param>
|
||||
</interceptor-ref>
|
||||
@@ -232,7 +233,6 @@
|
||||
<interceptor-ref name="chain"/>
|
||||
<interceptor-ref name="modelDriven"/>
|
||||
<interceptor-ref name="fileUpload"/>
|
||||
<interceptor-ref name="checkbox"/>
|
||||
<interceptor-ref name="staticParams"/>
|
||||
<interceptor-ref name="actionMappingParams"/>
|
||||
<interceptor-ref name="params">
|
||||
|
||||
Reference in New Issue
Block a user