From ed64b5edff15e702493df21aa3230b81593e6133 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Fri, 9 Jun 2017 03:19:04 +0300 Subject: [SDC-29] catalog 1707 rebase commit. Change-Id: I43c3dc5cf44abf5da817649bc738938a3e8388c1 Signed-off-by: Michael Lando --- catalog-be/src/main/webapp/WEB-INF/web.xml | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'catalog-be/src/main/webapp/WEB-INF') diff --git a/catalog-be/src/main/webapp/WEB-INF/web.xml b/catalog-be/src/main/webapp/WEB-INF/web.xml index 814a58a4fe..481cdd6a2c 100644 --- a/catalog-be/src/main/webapp/WEB-INF/web.xml +++ b/catalog-be/src/main/webapp/WEB-INF/web.xml @@ -13,7 +13,6 @@ jersey.config.server.provider.classnames com.wordnik.swagger.jersey.listing.ApiListingResourceJSON;org.glassfish.jersey.media.multipart.MultiPartFeature,org.openecomp.sdc.be.filters.BeServletFilter, org.openecomp.sdc.be.filters.ComponentsAvailabilityFilter - 1 @@ -46,9 +45,6 @@ jersey.config.server.provider.classnames - - - com.wordnik.swagger.jersey.listing.ApiListingResourceJSON;org.glassfish.jersey.media.multipart.MultiPartFeature,org.openecomp.sdc.be.filters.BeServletFilter,org.openecomp.sdc.be.filters.BasicAuthenticationFilter @@ -58,6 +54,7 @@ jerseyDistribution + /sdc/* /asdc/* @@ -78,7 +75,20 @@ true - + + + ECOMPServlet + org.openecomp.portalsdk.core.onboarding.crossapi.PortalRestAPIProxy + 3 + true + + + + + ViewStatusMessages ch.qos.logback.classic.ViewStatusMessagesServlet -- cgit 1.2.3-korg