Repository: struts-examples Updated Branches: refs/heads/master 03ab56cb2 -> 7205945c4
Reduces usage of stack Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/7205945c Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/7205945c Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/7205945c Branch: refs/heads/master Commit: 7205945c48a01041c51399fdf20cb7ea830151b8 Parents: 03ab56c Author: Lukasz Lenart <lukasz.len...@gmail.com> Authored: Wed Mar 9 09:22:12 2016 +0100 Committer: Lukasz Lenart <lukasz.len...@gmail.com> Committed: Wed Mar 9 09:22:12 2016 +0100 ---------------------------------------------------------------------- message-store/src/main/resources/example.xml | 1 - message-store/src/main/resources/struts.xml | 1 - 2 files changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-examples/blob/7205945c/message-store/src/main/resources/example.xml ---------------------------------------------------------------------- diff --git a/message-store/src/main/resources/example.xml b/message-store/src/main/resources/example.xml index 78dfd5e..1aa7809 100644 --- a/message-store/src/main/resources/example.xml +++ b/message-store/src/main/resources/example.xml @@ -22,7 +22,6 @@ </action> <action name="HelloWorld2" class="org.apache.struts.example.HelloWorld2"> - <interceptor-ref name="default"/> <interceptor-ref name="store"> <param name="operationMode">AUTOMATIC</param> </interceptor-ref> http://git-wip-us.apache.org/repos/asf/struts-examples/blob/7205945c/message-store/src/main/resources/struts.xml ---------------------------------------------------------------------- diff --git a/message-store/src/main/resources/struts.xml b/message-store/src/main/resources/struts.xml index 1640bd3..f04dadd 100644 --- a/message-store/src/main/resources/struts.xml +++ b/message-store/src/main/resources/struts.xml @@ -13,7 +13,6 @@ <interceptors> <interceptor-stack name="default"> <interceptor-ref name="createSession"/> - <interceptor-ref name="basicStack"/> </interceptor-stack> </interceptors>