From e00bba7ede1c7dbb7af1b2676c8ff20f342e8a43 Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Fri, 11 May 2012 13:43:29 -0400 Subject: [PATCH] factored out one more piece of the security config --- account-chooser/.classpath | 22 +++++++++---------- .../org.eclipse.wst.common.component | 4 ++-- .../main/webapp/WEB-INF/spring-servlet.xml | 2 -- .../src/main/webapp/WEB-INF/user-context.xml | 2 ++ 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/account-chooser/.classpath b/account-chooser/.classpath index ab3e094bf..7ccdb2640 100644 --- a/account-chooser/.classpath +++ b/account-chooser/.classpath @@ -1,11 +1,11 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/openid-connect-server/.settings/org.eclipse.wst.common.component b/openid-connect-server/.settings/org.eclipse.wst.common.component index 7becf4b04..5b4c881f0 100644 --- a/openid-connect-server/.settings/org.eclipse.wst.common.component +++ b/openid-connect-server/.settings/org.eclipse.wst.common.component @@ -5,10 +5,10 @@ - + uses - + uses diff --git a/openid-connect-server/src/main/webapp/WEB-INF/spring-servlet.xml b/openid-connect-server/src/main/webapp/WEB-INF/spring-servlet.xml index bb1521945..427174d55 100644 --- a/openid-connect-server/src/main/webapp/WEB-INF/spring-servlet.xml +++ b/openid-connect-server/src/main/webapp/WEB-INF/spring-servlet.xml @@ -30,8 +30,6 @@ - - diff --git a/openid-connect-server/src/main/webapp/WEB-INF/user-context.xml b/openid-connect-server/src/main/webapp/WEB-INF/user-context.xml index 2de299133..e899c4986 100644 --- a/openid-connect-server/src/main/webapp/WEB-INF/user-context.xml +++ b/openid-connect-server/src/main/webapp/WEB-INF/user-context.xml @@ -13,6 +13,8 @@ http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.1.xsd"> + +