diff --git a/openid-connect-server/src/main/webapp/WEB-INF/spring/data-context.xml b/openid-connect-server/src/main/webapp/WEB-INF/data-context.xml
similarity index 100%
rename from openid-connect-server/src/main/webapp/WEB-INF/spring/data-context.xml
rename to openid-connect-server/src/main/webapp/WEB-INF/data-context.xml
diff --git a/openid-connect-server/src/main/webapp/WEB-INF/spring/application-context.xml b/openid-connect-server/src/main/webapp/WEB-INF/spring-servlet.xml
similarity index 61%
rename from openid-connect-server/src/main/webapp/WEB-INF/spring/application-context.xml
rename to openid-connect-server/src/main/webapp/WEB-INF/spring-servlet.xml
index 8a1984a68..d09deb5d4 100644
--- a/openid-connect-server/src/main/webapp/WEB-INF/spring/application-context.xml
+++ b/openid-connect-server/src/main/webapp/WEB-INF/spring-servlet.xml
@@ -1,54 +1,71 @@
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
-
-
-
+ entry-point-ref="oauthAuthenticationEntryPoint">
+
+
+
-
-
+
+
-
-
-
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
@@ -67,7 +84,7 @@
-
+
@@ -81,28 +98,15 @@
-
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -121,6 +125,10 @@
+
+
+
+
@@ -147,14 +155,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
diff --git a/openid-connect-server/src/main/webapp/WEB-INF/spring/appServlet/controllers.xml b/openid-connect-server/src/main/webapp/WEB-INF/spring/appServlet/controllers.xml
deleted file mode 100644
index 2e1b8ff85..000000000
--- a/openid-connect-server/src/main/webapp/WEB-INF/spring/appServlet/controllers.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/openid-connect-server/src/main/webapp/WEB-INF/spring/appServlet/servlet-context.xml b/openid-connect-server/src/main/webapp/WEB-INF/spring/appServlet/servlet-context.xml
deleted file mode 100644
index bce5105b8..000000000
--- a/openid-connect-server/src/main/webapp/WEB-INF/spring/appServlet/servlet-context.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/openid-connect-server/src/main/webapp/WEB-INF/web.xml b/openid-connect-server/src/main/webapp/WEB-INF/web.xml
index 4b063fb7b..3ecb2d5a1 100644
--- a/openid-connect-server/src/main/webapp/WEB-INF/web.xml
+++ b/openid-connect-server/src/main/webapp/WEB-INF/web.xml
@@ -3,44 +3,32 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
-
-
- contextConfigLocation
-
- /WEB-INF/spring/application-context.xml
-
-
-
-
-
- org.springframework.web.context.ContextLoaderListener
-
-
-
- oauth2EndpointUrlFilter
- org.springframework.web.filter.DelegatingFilterProxy
-
- contextAttribute
- org.springframework.web.servlet.FrameworkServlet.CONTEXT.appServlet
-
-
-
-
- oauth2EndpointUrlFilter
- /*
-
+
+ clientCredentialsTokenEndpointFilter
+ org.springframework.web.filter.DelegatingFilterProxy
+
+ contextAttribute
+ org.springframework.web.servlet.FrameworkServlet.CONTEXT.spring
+
+
+
springSecurityFilterChain
org.springframework.web.filter.DelegatingFilterProxy
contextAttribute
- org.springframework.web.servlet.FrameworkServlet.CONTEXT.appServlet
+ org.springframework.web.servlet.FrameworkServlet.CONTEXT.spring
+
+ clientCredentialsTokenEndpointFilter
+ /oauth/token
+
+
springSecurityFilterChain
/*
@@ -48,17 +36,13 @@
- appServlet
+ spring
org.springframework.web.servlet.DispatcherServlet
-
- contextConfigLocation
- /WEB-INF/spring/appServlet/servlet-context.xml
-
1
- appServlet
+ spring
/