From a27cf61551c129aee48ea533ad73f2ade37a757a Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Thu, 19 Sep 2013 16:19:00 +0200 Subject: ConfigWebTool Version 0.9.5 --PVP2 Login --PVP2 Users to UserDatabase functionality --Mailaddress verification --Mail status messages to users and admin --add List with OpenRequests for admins --change OA Target configuration --add cleanUp Thread to remove old unused UserAccount requests --update UserDatabase to support PVP2 logins --add formID element validate received forms -- add first classes for STORK configuration make some Bugfixes --- id/ConfigWebTool/src/main/resources/struts.xml | 56 +++++++++++++++++++++++--- 1 file changed, 51 insertions(+), 5 deletions(-) (limited to 'id/ConfigWebTool/src/main/resources/struts.xml') diff --git a/id/ConfigWebTool/src/main/resources/struts.xml b/id/ConfigWebTool/src/main/resources/struts.xml index 3b33bffcb..ce4b408b4 100644 --- a/id/ConfigWebTool/src/main/resources/struts.xml +++ b/id/ConfigWebTool/src/main/resources/struts.xml @@ -25,11 +25,35 @@ + + + main + /secure + + /jsp/newUserRequest.jsp + /index.jsp + + + + + /jsp/newUserRequest.jsp + /index.jsp + /index.jsp + + + + + /index.jsp + /index.jsp + + + index / + ${ssologouturl} @@ -110,7 +134,7 @@ - main + ${nextPage} /jsp/editOAGeneral.jsp /error.jsp @@ -121,7 +145,7 @@ - main + ${nextPage} logout / @@ -130,7 +154,7 @@ - main + ${nextPage} /jsp/editOAGeneral.jsp logout @@ -190,6 +214,7 @@ / /jsp/mainpage.jsp + /error.jsp @@ -201,6 +226,7 @@ / /jsp/mainpage.jsp + /error.jsp @@ -217,6 +243,7 @@ /jsp/importexport.jsp /jsp/mainpage.jsp + /error.jsp @@ -253,7 +280,7 @@ - usermanagementInit + ${nextPage} main /error.jsp @@ -264,7 +291,7 @@ - usermanagementInit + ${nextPage} /jsp/edituser.jsp main /error.jsp @@ -275,6 +302,25 @@ + + + text/html + stream + + + + + + /jsp/openadminrequests.jsp + main + /error.jsp + + logout + / + + + + \ No newline at end of file -- cgit v1.2.3