You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ya...@apache.org on 2018/11/14 13:46:14 UTC

[struts] branch master updated: delete not-deleted profiling interceptors from plugins

This is an automated email from the ASF dual-hosted git repository.

yasserzamani pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b0f905  delete not-deleted profiling interceptors from plugins
6b0f905 is described below

commit 6b0f90575eacc98b0723375b6674bc57e2520005
Author: Yasser Zamani <ya...@apache.org>
AuthorDate: Wed Nov 14 17:14:44 2018 +0330

    delete not-deleted profiling interceptors from plugins
    
    See also WW-4979
---
 plugins/oval/src/main/resources/struts-plugin.xml | 1 -
 plugins/rest/src/main/resources/struts-plugin.xml | 1 -
 2 files changed, 2 deletions(-)

diff --git a/plugins/oval/src/main/resources/struts-plugin.xml b/plugins/oval/src/main/resources/struts-plugin.xml
index cb702e2..8b205a7 100644
--- a/plugins/oval/src/main/resources/struts-plugin.xml
+++ b/plugins/oval/src/main/resources/struts-plugin.xml
@@ -42,7 +42,6 @@
                 <interceptor-ref name="prepare"/>
                 <interceptor-ref name="chain"/>
                 <interceptor-ref name="debugging"/>
-                <interceptor-ref name="profiling"/>
                 <interceptor-ref name="scopedModelDriven"/>
                 <interceptor-ref name="modelDriven"/>
                 <interceptor-ref name="fileUpload"/>
diff --git a/plugins/rest/src/main/resources/struts-plugin.xml b/plugins/rest/src/main/resources/struts-plugin.xml
index 2a49ceb..62be4e4 100644
--- a/plugins/rest/src/main/resources/struts-plugin.xml
+++ b/plugins/rest/src/main/resources/struts-plugin.xml
@@ -81,7 +81,6 @@
                 <interceptor-ref name="i18n"/>
                 <interceptor-ref name="chain"/>
                 <interceptor-ref name="debugging"/>
-                <interceptor-ref name="profiling"/>
                 <interceptor-ref name="actionMappingParams"/>
                 <interceptor-ref name="scopedModelDriven"/>
                 <interceptor-ref name="modelDriven">