mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user