mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
Moved i18n interceptor before all params interceptors
WW-2287 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@615196 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -217,10 +217,10 @@
|
||||
<interceptor-stack name="paramsPrepareParamsStack">
|
||||
<interceptor-ref name="exception"/>
|
||||
<interceptor-ref name="alias"/>
|
||||
<interceptor-ref name="i18n"/>
|
||||
<interceptor-ref name="params"/>
|
||||
<interceptor-ref name="servletConfig"/>
|
||||
<interceptor-ref name="prepare"/>
|
||||
<interceptor-ref name="i18n"/>
|
||||
<interceptor-ref name="chain"/>
|
||||
<interceptor-ref name="modelDriven"/>
|
||||
<interceptor-ref name="fileUpload"/>
|
||||
|
||||
Reference in New Issue
Block a user