You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mc...@apache.org on 2011/06/04 17:04:30 UTC

svn commit: r1131412 - /struts/struts2/trunk/core/src/main/resources/struts-default.xml

Author: mcucchiara
Date: Sat Jun  4 15:04:30 2011
New Revision: 1131412

URL: http://svn.apache.org/viewvc?rev=1131412&view=rev
Log:
WW-3585 - moved the debug interceptor to the bottom of the 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=1131412&r1=1131411&r2=1131412&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/main/resources/struts-default.xml (original)
+++ struts/struts2/trunk/core/src/main/resources/struts-default.xml Sat Jun  4 15:04:30 2011
@@ -268,7 +268,6 @@
                 <interceptor-ref name="i18n"/>
                 <interceptor-ref name="prepare"/>
                 <interceptor-ref name="chain"/>
-                <interceptor-ref name="debugging"/>
                 <interceptor-ref name="scopedModelDriven"/>
                 <interceptor-ref name="modelDriven"/>
                 <interceptor-ref name="fileUpload"/>
@@ -286,6 +285,7 @@
                 <interceptor-ref name="workflow">
                     <param name="excludeMethods">input,back,cancel,browse</param>
                 </interceptor-ref>
+                <interceptor-ref name="debugging"/>
             </interceptor-stack>
 
             <!-- The completeStack is here for backwards compatibility for