From 03710d4cdede57089264afc810227ce7e5493045 Mon Sep 17 00:00:00 2001 From: eugenp Date: Mon, 11 Aug 2014 01:21:28 +0300 Subject: [PATCH] minor cleanup work --- .../src/main/webapp/WEB-INF/mvc-servlet.xml | 11 +-- .../src/main/webapp/WEB-INF/web.xml | 82 ++++++++++--------- 2 files changed, 49 insertions(+), 44 deletions(-) diff --git a/spring-security-login-error-handling/src/main/webapp/WEB-INF/mvc-servlet.xml b/spring-security-login-error-handling/src/main/webapp/WEB-INF/mvc-servlet.xml index b885d2c10a..94bd63e068 100644 --- a/spring-security-login-error-handling/src/main/webapp/WEB-INF/mvc-servlet.xml +++ b/spring-security-login-error-handling/src/main/webapp/WEB-INF/mvc-servlet.xml @@ -1,10 +1,7 @@ - - - - + \ No newline at end of file diff --git a/spring-security-login-error-handling/src/main/webapp/WEB-INF/web.xml b/spring-security-login-error-handling/src/main/webapp/WEB-INF/web.xml index 463b309377..26ac5be1e0 100644 --- a/spring-security-login-error-handling/src/main/webapp/WEB-INF/web.xml +++ b/spring-security-login-error-handling/src/main/webapp/WEB-INF/web.xml @@ -1,41 +1,49 @@ - - - contextClass - + + + + contextClass + org.springframework.web.context.support.AnnotationConfigWebApplicationContext - - - contextConfigLocation - org.baeldung.spring - - - org.springframework.web.context.ContextLoaderListener - - - mvc - org.springframework.web.servlet.DispatcherServlet - 1 - - - mvc - / - - - springSecurityFilterChain - org.springframework.web.filter.DelegatingFilterProxy - - - springSecurityFilterChain - /* - - - localizationFilter - org.springframework.web.filter.RequestContextFilter - - - localizationFilter - /* - + + + contextConfigLocation + org.baeldung.spring + + + + org.springframework.web.context.ContextLoaderListener + + + + mvc + org.springframework.web.servlet.DispatcherServlet + 1 + + + mvc + / + + + + springSecurityFilterChain + org.springframework.web.filter.DelegatingFilterProxy + + + springSecurityFilterChain + /* + + + localizationFilter + org.springframework.web.filter.RequestContextFilter + + + localizationFilter + /* + + \ No newline at end of file