From 16e74dcca4856c27af3f6cd5ca3bb3d187f6bfd2 Mon Sep 17 00:00:00 2001 From: eugenp Date: Mon, 29 Apr 2013 22:06:30 +0300 Subject: [PATCH] minor web.xml work --- spring-mvc/src/main/webapp/WEB-INF/web.xml | 32 +++++++--------------- 1 file changed, 10 insertions(+), 22 deletions(-) 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