From 82ac22ffefde9efe00255b008a5cbf892fb09063 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Tue, 19 Aug 2014 10:27:01 +0200 Subject: Removed Annotation based servlet configuration, added Version Servlet --- simpleSigning/src/main/webapp/WEB-INF/web.xml | 72 +++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) (limited to 'simpleSigning/src/main/webapp/WEB-INF/web.xml') diff --git a/simpleSigning/src/main/webapp/WEB-INF/web.xml b/simpleSigning/src/main/webapp/WEB-INF/web.xml index 83c9904..4e292a8 100644 --- a/simpleSigning/src/main/webapp/WEB-INF/web.xml +++ b/simpleSigning/src/main/webapp/WEB-INF/web.xml @@ -15,7 +15,55 @@ at.gv.egiz.simpleSigning.PDFASJsServlet 0 + + + StartSignature + StartSignature + + at.gv.egiz.simpleSigning.StartSignature + 0 + + + + Provider + Provider + + at.gv.egiz.simpleSigning.Provider + 0 + + + + JQueryServlet + JQueryServlet + + at.gv.egiz.simpleSigning.JQueryServlet + 0 + + + FinishSignature + FinishSignature + + at.gv.egiz.simpleSigning.FinishSignature + 0 + + + + ErrorSignature + ErrorSignature + + at.gv.egiz.simpleSigning.ErrorSignature + 0 + + + + VersionServlet + VersionServlet + + at.gv.egiz.simpleSigning.VersionServlet + 0 + + -- cgit v1.2.3