From 65dc521903b2fbff1a7f5577280fdb40f4493f7b Mon Sep 17 00:00:00 2001 From: j2blake Date: Wed, 29 Jun 2011 15:36:10 +0000 Subject: [PATCH] NIHVIVO-2279 first steps toward associating a UserAccount with a Profile. --- 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 0e32e3e8..7a1562fc 100644 --- a/productMods/WEB-INF/web.xml +++ b/productMods/WEB-INF/web.xml @@ -779,6 +779,15 @@ /accountsAdmin/* + + AccountsAjax + edu.cornell.mannlib.vitro.webapp.controller.accounts.admin.ajax.UserAccountsAjaxController + + + AccountsAjax + /accountsAjax/* + + AccountsUser edu.cornell.mannlib.vitro.webapp.controller.accounts.user.UserAccountsUserController