From a098edad859459ab116d4587af8262877f2b522a Mon Sep 17 00:00:00 2001 From: talio Date: Wed, 17 Jun 2020 15:57:06 +0300 Subject: Toggle Add toggling mechanism to catalog side. The first toggleable feature is healing - this was added to healing flow, in healJanusGraphDao Issue-ID: SDC-2874 Signed-off-by: talio Change-Id: If386651cab8304ebaf13497ded3a7a50bd60e477 Signed-off-by: talio --- catalog-be/src/main/webapp/WEB-INF/web.xml | 137 +++++++++++++++-------------- 1 file changed, 71 insertions(+), 66 deletions(-) (limited to 'catalog-be/src/main/webapp/WEB-INF/web.xml') diff --git a/catalog-be/src/main/webapp/WEB-INF/web.xml b/catalog-be/src/main/webapp/WEB-INF/web.xml index 9991e30a86..23a08319ff 100644 --- a/catalog-be/src/main/webapp/WEB-INF/web.xml +++ b/catalog-be/src/main/webapp/WEB-INF/web.xml @@ -20,10 +20,10 @@ org.openecomp.sdc.be.filters.BeServletFilter, org.openecomp.sdc.be.filters.ComponentsAvailabilityFilter, org.glassfish.jersey.server.filter.RolesAllowedDynamicFeature, - org.openecomp.sdc.be.servlets.exception.DefaultExceptionMapper, + org.openecomp.sdc.be.servlets.exception.DefaultExceptionMapper, org.openecomp.sdc.be.servlets.exception.ComponentExceptionMapper, org.openecomp.sdc.be.servlets.exception.ConstraintViolationExceptionMapper, - org.openecomp.sdc.be.servlets.exception.StorageExceptionMapper, + org.openecomp.sdc.be.servlets.exception.StorageExceptionMapper, org.openecomp.sdc.be.view.MixinModelWriter, org.openecomp.sdc.config.ObjectMapperProvider @@ -81,29 +81,29 @@ true - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + ViewStatusMessages @@ -151,10 +151,10 @@ - - - - + + + + gatewayFilter @@ -173,35 +173,35 @@ /sdc/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + reqValidationFilter @@ -224,14 +224,19 @@ java.lang.RuntimeException /sdc2/rest/v1/catalog/handleException/ - - contextConfigLocation - classpath:application-context.xml - - - - org.openecomp.sdc.be.listen.BEAppContextListener - + + contextConfigLocation + classpath:application-context.xml + + + + org.togglz.core.manager.TogglzConfig + org.openecomp.sdc.be.togglz.TogglzConfiguration + + + + org.openecomp.sdc.be.listen.BEAppContextListener + org.springframework.web.context.ContextLoaderListener -- cgit 1.2.3-korg