From 99694b29f82f858f5b6163e6a3d6c11caaeb487e Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Fri, 26 Jul 2013 17:07:15 +0200 Subject: Configuration Web-Application --- id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml | 83 ++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml (limited to 'id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml') diff --git a/id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml b/id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 000000000..c680c875e --- /dev/null +++ b/id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,83 @@ + + + DemoAppMandates + + + + AuthenicationFiler + at.gv.egovernment.moa.id.configuration.filter.AuthenticationFilter + + loginPage + index.action + + + errorPage + error.action + + + sessionLostPage + / + + + authenticatedPage + main.action + + + allowed + ^.*((/index.action)|(/error.action)|(/jsp/.*)|(/css/.*)|(/images/.*)|(/js/.*))$ + + + + AuthenicationFiler + /* + + + + + + + struts2 + org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter + + + + + + + + struts2 + *.action + + + + + + + /index.action + + -- cgit v1.2.3