diff --git a/src/main/webapp/WEB-INF/mkk-servlet.xml b/src/main/webapp/WEB-INF/mkk-servlet.xml index 6247294..3032c1c 100644 --- a/src/main/webapp/WEB-INF/mkk-servlet.xml +++ b/src/main/webapp/WEB-INF/mkk-servlet.xml @@ -8,12 +8,21 @@ http://www.springframework.org/schema/context/spring-context.xsd http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd"> + + + @@ -21,6 +30,9 @@ + diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index c878032..220efb5 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -7,12 +7,20 @@ spring-oauth-server + + webAppRootKey spring-oauth-server + encodingFilter @@ -31,6 +39,10 @@ /* + + gzipFilter @@ -68,6 +80,9 @@ + springSecurityFilterChain org.springframework.web.filter.DelegatingFilterProxy @@ -78,6 +93,9 @@ /* + sitemesh @@ -93,6 +111,9 @@ image/vnd.microsoft.icon + contextConfigLocation @@ -102,15 +123,26 @@ log4jConfigLocation /WEB-INF/log4j.xml + + org.springframework.web.util.Log4jConfigListener + org.springframework.web.context.ContextLoaderListener + + mkk @@ -127,6 +159,9 @@ + 30