WW-3585 - moved the debug interceptor to the bottom of the stack

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1131412 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Maurizio Cucchiara
2011-06-04 15:04:30 +00:00
parent 86bade8b22
commit 36b92cea4a
+1 -1
View File
@@ -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