From 4aec3159d5a60efd666fbb22bc98cc25ae3ebf7f Mon Sep 17 00:00:00 2001 From: j2blake Date: Fri, 1 Jul 2011 20:53:53 +0000 Subject: [PATCH] Create SesameController --- productMods/WEB-INF/web.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/productMods/WEB-INF/web.xml b/productMods/WEB-INF/web.xml index 9c0c82f0..58c4e550 100644 --- a/productMods/WEB-INF/web.xml +++ b/productMods/WEB-INF/web.xml @@ -1142,6 +1142,15 @@ /admin/login + + sesame + edu.cornell.mannlib.vitro.webapp.controller.authenticate.SesameController + + + sesame + /admin/sesame + + logout edu.cornell.mannlib.vitro.webapp.controller.edit.Logout