From 320ca3c8b0dbe8b6df3b67cf2d2193a074601d7d Mon Sep 17 00:00:00 2001 From: j2blake Date: Sun, 5 Jun 2011 23:40:53 +0000 Subject: [PATCH] Create the admin/showAuth page to replace admin/showids.jsp, edit/selfeditcheck.jsp and admin/checkblacklist.jsp --- webapp/config/web.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/webapp/config/web.xml b/webapp/config/web.xml index a049e239d..7140c90f7 100644 --- a/webapp/config/web.xml +++ b/webapp/config/web.xml @@ -771,6 +771,15 @@ /accounts/* + + ShowAuth + edu.cornell.mannlib.vitro.webapp.controller.admin.ShowAuthController + + + ShowAuth + /admin/showAuth + + StatementChangeListingController edu.cornell.mannlib.vitro.webapp.controller.edit.listing.jena.StatementChangeListingController