Repository: struts Updated Branches: refs/heads/master 146b44e2e -> 2b4d37908
Drops reference to dropped interceptor Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/2b4d3790 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/2b4d3790 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/2b4d3790 Branch: refs/heads/master Commit: 2b4d37908dd7e8afac0cd94629a9d89fd384fdbe Parents: 146b44e Author: Lukasz Lenart <lukaszlen...@apache.org> Authored: Fri Oct 30 09:52:09 2015 +0100 Committer: Lukasz Lenart <lukaszlen...@apache.org> Committed: Fri Oct 30 09:52:09 2015 +0100 ---------------------------------------------------------------------- plugins/bean-validation/src/main/resources/struts-plugin.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/2b4d3790/plugins/bean-validation/src/main/resources/struts-plugin.xml ---------------------------------------------------------------------- diff --git a/plugins/bean-validation/src/main/resources/struts-plugin.xml b/plugins/bean-validation/src/main/resources/struts-plugin.xml index 5bb1bf0..1ef3949 100644 --- a/plugins/bean-validation/src/main/resources/struts-plugin.xml +++ b/plugins/bean-validation/src/main/resources/struts-plugin.xml @@ -64,7 +64,6 @@ <param name="excludeMethods">input,back,cancel,browse</param> </interceptor-ref> <interceptor-ref name="debugging"/> - <interceptor-ref name="deprecation"/> </interceptor-stack> </interceptors>