From bea447f643c2ca8f6c2d770b826f84b840488a54 Mon Sep 17 00:00:00 2001 From: tlenz Date: Thu, 8 Feb 2018 12:56:43 +0100 Subject: add Servlet to ask for TSL client status --- moaSig/moa-sig/src/main/webapp/WEB-INF/web.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'moaSig/moa-sig/src/main/webapp/WEB-INF/web.xml') diff --git a/moaSig/moa-sig/src/main/webapp/WEB-INF/web.xml b/moaSig/moa-sig/src/main/webapp/WEB-INF/web.xml index 910c037..ca3b69f 100644 --- a/moaSig/moa-sig/src/main/webapp/WEB-INF/web.xml +++ b/moaSig/moa-sig/src/main/webapp/WEB-INF/web.xml @@ -22,6 +22,12 @@ at.gv.egovernment.moa.spss.server.service.CertificateProviderServlet 1 + + TSLClientStatusServlet + MOA TSLClient Status-Check Servlet + at.gv.egovernment.moa.spss.server.service.TSLClientStatusServlet + 1 + AxisServlet /services/* @@ -36,6 +42,11 @@ CertificateProviderServlet /Certificate + + TSLClientStatusServlet + /TSLStatusCheck + + -- cgit v1.2.3