From 6b049a481485d22addb305d51ca187e626a22b23 Mon Sep 17 00:00:00 2001 From: jeb228 Date: Mon, 15 Nov 2010 18:17:10 +0000 Subject: [PATCH] NIHVIVO-1207 Break the two-part Shibboleth process into two servlets. --- productMods/WEB-INF/web.xml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/productMods/WEB-INF/web.xml b/productMods/WEB-INF/web.xml index 4e15860c..3a74b483 100644 --- a/productMods/WEB-INF/web.xml +++ b/productMods/WEB-INF/web.xml @@ -1107,8 +1107,13 @@ - loginShibboleth - edu.cornell.mannlib.vitro.webapp.controller.authenticate.LoginShibboleth + loginShibbolethSetup + edu.cornell.mannlib.vitro.webapp.controller.authenticate.LoginShibbolethSetup + + + + loginShibbolethReturn + edu.cornell.mannlib.vitro.webapp.controller.authenticate.LoginShibbolethReturn @@ -1292,9 +1297,13 @@ /login - loginShibboleth + loginShibbolethSetup /loginShibboleth + + loginShibbolethReturn + /loginShibbolethReturn + login