From c68762877dff3f01029aa9de8d4020ba2662af5a Mon Sep 17 00:00:00 2001 From: Amanda Anganes Date: Mon, 12 Mar 2012 11:54:19 -0400 Subject: [PATCH] Needs more testing, but this doesn't break anything existing and I *think* the SECOAUTH AuthZ server is up now. /oauth/authorize IS mapped, but I am getting a "GET not allowed" (POST looks like it is) when I try to access the authorization endpoint with my browser. --- server/src/main/webapp/WEB-INF/web.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/src/main/webapp/WEB-INF/web.xml b/server/src/main/webapp/WEB-INF/web.xml index 31a25c4f6..4b063fb7b 100644 --- a/server/src/main/webapp/WEB-INF/web.xml +++ b/server/src/main/webapp/WEB-INF/web.xml @@ -22,7 +22,7 @@ org.springframework.web.filter.DelegatingFilterProxy contextAttribute - org.springframework.web.servlet.FrameworkServlet.CONTEXT.spring + org.springframework.web.servlet.FrameworkServlet.CONTEXT.appServlet @@ -35,9 +35,9 @@ springSecurityFilterChain org.springframework.web.filter.DelegatingFilterProxy - + contextAttribute - org.springframework.web.servlet.FrameworkServlet.CONTEXT.spring + org.springframework.web.servlet.FrameworkServlet.CONTEXT.appServlet