diff --git a/spring-mvc/src/main/webapp/WEB-INF/web.xml b/spring-mvc/src/main/webapp/WEB-INF/web.xml index 9d89410f99..6ab6f3db01 100644 --- a/spring-mvc/src/main/webapp/WEB-INF/web.xml +++ b/spring-mvc/src/main/webapp/WEB-INF/web.xml @@ -1,38 +1,25 @@ - spring-mvc - - - org.rest.common.log.LogContextInitializer - - - - - userDetailsFilter - com.launchpad.frontend.web.filter.UserDetailsFilter - - - userDetailsFilter - clientapp - + Spring MVC Application contextClass - org.springframework.web.context.support.AnnotationConfigWebApplicationContext + + org.springframework.web.context.support.AnnotationConfigWebApplicationContext + contextConfigLocation - org.rest.common.spring com.launchpad.frontend.spring com.launchpad.cloud.s3.spring com.launchpad.sec.api.spring com.launchpad.provisioning.api.spring - - - spring.profiles.active - sec_client,client + org.package1.to.scan org.package2.to.scan + org.springframework.web.context.ContextLoaderListener @@ -41,6 +28,7 @@ mvc org.springframework.web.servlet.DispatcherServlet + 1 mvc