From 691da2655a75cd1078595449591e1836e495b39a Mon Sep 17 00:00:00 2001
From: Ulrich <undisclosed>
Date: Thu, 16 Apr 2020 18:05:07 +0000
Subject: [PATCH] Asciidoctor Servlet in Deployment Descriptor von data und home Contexts hinzugefuegt

---
 web/WEB-INF/web.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml
index 08423fd..2dcec4f 100644
--- a/web/WEB-INF/web.xml
+++ b/web/WEB-INF/web.xml
@@ -89,6 +89,7 @@
             <web-resource-name>UI</web-resource-name>
             <description>Bedienoberflaeche</description>
             <url-pattern>/ui/*</url-pattern>
+            <url-pattern>/ui2/*</url-pattern>
         </web-resource-collection>
         <auth-constraint>
             <description>UI-Auth-Constraint</description>

--
Gitblit v1.9.3