From 76c7bef0d6f7597423c4e86109d52731a65177e6 Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Wed, 15 Feb 2017 11:48:56 -0500 Subject: [PATCH] restored previous filter order and set OAuth filter to stateless, addresses #1190, #1185, #1188 --- .../main/webapp/WEB-INF/application-context.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/openid-connect-server-webapp/src/main/webapp/WEB-INF/application-context.xml b/openid-connect-server-webapp/src/main/webapp/WEB-INF/application-context.xml index c47ddb10d..b75074958 100644 --- a/openid-connect-server-webapp/src/main/webapp/WEB-INF/application-context.xml +++ b/openid-connect-server-webapp/src/main/webapp/WEB-INF/application-context.xml @@ -70,7 +70,7 @@ - + - + @@ -118,7 +118,7 @@ - + @@ -126,14 +126,14 @@ - + - + @@ -144,7 +144,7 @@ create-session="stateless" authentication-manager-ref="clientAuthenticationManager"> - + @@ -157,7 +157,7 @@ create-session="stateless" authentication-manager-ref="clientAuthenticationManager"> - +