From f2cee7829ae7d8fae58239dd0018b2aa790c0251 Mon Sep 17 00:00:00 2001 From: olegb Date: Mon, 19 Feb 2018 16:24:54 +0200 Subject: Added JAX-RS filters for logging Change-Id: I57ab333278d4ea26530e916ef89670df8b51b555 Issue-ID: SDC-772 Signed-off-by: olegb Signed-off-by: vempo --- .../src/main/webapp/WEB-INF/beans-services.xml | 5 +++++ .../onboarding-rest-war/src/main/webapp/WEB-INF/web.xml | 17 ----------------- 2 files changed, 5 insertions(+), 17 deletions(-) (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main') diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF/beans-services.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF/beans-services.xml index 7710032cbc..589406df72 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF/beans-services.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF/beans-services.xml @@ -81,6 +81,11 @@ + + + + + diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF/web.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF/web.xml index 64be5ab20c..b98ae4e82d 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF/web.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF/web.xml @@ -71,15 +71,6 @@ AuthZ /workflow/v1.0/actions/* - - - LoggingServletFilter - org.openecomp.sdc.logging.servlet.LoggingFilter - - - - LoggingServletFilter - /* SessionContextFilter @@ -100,7 +91,6 @@ CXFServlet - CXF Servlet org.apache.cxf.transport.servlet.CXFServlet @@ -130,12 +120,5 @@ CXFServlet /* - - - -- cgit 1.2.3-korg