Author: musachy
Date: Mon Dec  8 13:41:19 2008
New Revision: 724495

URL: http://svn.apache.org/viewvc?rev=724495&view=rev
Log:
WW-2748 call "i18n" before "prepare" in default stack

Modified:
    struts/struts2/trunk/core/src/main/resources/struts-default.xml

Modified: struts/struts2/trunk/core/src/main/resources/struts-default.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/struts-default.xml?rev=724495&r1=724494&r2=724495&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/main/resources/struts-default.xml (original)
+++ struts/struts2/trunk/core/src/main/resources/struts-default.xml Mon Dec  8 
13:41:19 2008
@@ -259,8 +259,8 @@
                 <interceptor-ref name="exception"/>
                 <interceptor-ref name="alias"/>
                 <interceptor-ref name="servletConfig"/>
-                <interceptor-ref name="prepare"/>
                 <interceptor-ref name="i18n"/>
+                <interceptor-ref name="prepare"/>
                 <interceptor-ref name="chain"/>
                 <interceptor-ref name="debugging"/>
                 <interceptor-ref name="profiling"/>


Reply via email to