From b1c8641a63a67e3c64d948f9e8dce5c01e11e2dd Mon Sep 17 00:00:00 2001 From: mcentner Date: Wed, 5 May 2010 15:29:01 +0000 Subject: Merged feature branch mocca-1.2.13-id@r724 back to trunk. git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@725 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- .../src/main/webapp/WEB-INF/applicationContext.xml | 288 ++++++++++++++++----- .../src/main/webapp/WEB-INF/conf/configuration.xml | 10 + BKUOnline/src/main/webapp/WEB-INF/mocca-conf.xml | 51 ---- BKUOnline/src/main/webapp/WEB-INF/web.xml | 62 +++-- 4 files changed, 268 insertions(+), 143 deletions(-) create mode 100644 BKUOnline/src/main/webapp/WEB-INF/conf/configuration.xml delete mode 100644 BKUOnline/src/main/webapp/WEB-INF/mocca-conf.xml (limited to 'BKUOnline/src/main/webapp/WEB-INF') diff --git a/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml b/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml index 0324030e..ab8be2b6 100644 --- a/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml +++ b/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml @@ -12,106 +12,252 @@ License. --> - + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - + + + + + + + + + + - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - + + + + + + + + - - - - - - + - - - - - - - - - - - + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/BKUOnline/src/main/webapp/WEB-INF/conf/configuration.xml b/BKUOnline/src/main/webapp/WEB-INF/conf/configuration.xml new file mode 100644 index 00000000..20d27bb0 --- /dev/null +++ b/BKUOnline/src/main/webapp/WEB-INF/conf/configuration.xml @@ -0,0 +1,10 @@ + + + + + 50 + + \ No newline at end of file diff --git a/BKUOnline/src/main/webapp/WEB-INF/mocca-conf.xml b/BKUOnline/src/main/webapp/WEB-INF/mocca-conf.xml deleted file mode 100644 index 5c96dc58..00000000 --- a/BKUOnline/src/main/webapp/WEB-INF/mocca-conf.xml +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/BKUOnline/src/main/webapp/WEB-INF/web.xml b/BKUOnline/src/main/webapp/WEB-INF/web.xml index 41cd400f..13ed30ee 100644 --- a/BKUOnline/src/main/webapp/WEB-INF/web.xml +++ b/BKUOnline/src/main/webapp/WEB-INF/web.xml @@ -15,19 +15,23 @@ http-security-layer-request - - - contextConfigLocation - /WEB-INF/applicationContext.xml - - org.springframework.web.context.ContextLoaderListener + at.gv.egiz.bku.online.webapp.MoccaContextListener + + + + org.springframework.web.context.ContextLoaderListener + + + configurationResource + + - at.gv.egiz.bku.online.webapp.SessionTimeout + at.gv.egiz.bku.online.webapp.SessionListener com.sun.xml.ws.transport.http.servlet.WSServletContextListener @@ -36,6 +40,14 @@ BKUServlet at.gv.egiz.bku.online.webapp.BKURequestHandler + + SAMLServlet + at.gv.egiz.mocca.id.SAMLRequestHandler + + + DataURLServlet + at.gv.egiz.mocca.id.DataURLServerServlet + ResultServlet at.gv.egiz.bku.online.webapp.ResultServlet @@ -45,31 +57,39 @@ expiredPage - expired.html - - BKUApplet - /applet.jsp - - - STALService - com.sun.xml.ws.transport.http.servlet.WSServlet - 1 - - - BKUServlet - /http-security-layer-request - + + STALService + com.sun.xml.ws.transport.http.servlet.WSServlet + 1 + + + BKUServlet + /http-security-layer-request + BKUServlet /https-security-layer-request + + DataURLServlet + /DataURLServer + ResultServlet /bkuResult + + SAMLServlet + /moccaid + + + DataURLServlet + /DataURLServer + +