From ae550884f5467f6ff6df23100686bc54e100d2d4 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Tue, 26 Jun 2018 11:06:20 +0200 Subject: initial commit --- connector/src/main/webapp/WEB-INF/web.xml | 22 ++++++++++++++++++++++ connector/src/main/webapp/index.html | 0 2 files changed, 22 insertions(+) create mode 100644 connector/src/main/webapp/WEB-INF/web.xml create mode 100644 connector/src/main/webapp/index.html (limited to 'connector/src/main/webapp') diff --git a/connector/src/main/webapp/WEB-INF/web.xml b/connector/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 00000000..d5425ad4 --- /dev/null +++ b/connector/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,22 @@ + + + + AT eIDAS connector + MS specific eIDAS connector to national eID infrastructure + + + index.html + + + + 5 + + + + 500 + /errorpage.jsp + + + diff --git a/connector/src/main/webapp/index.html b/connector/src/main/webapp/index.html new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3