From c3e010989a628b82161763cb0eab7a2d786304a3 Mon Sep 17 00:00:00 2001
From: ulrich <not disclosed>
Date: Sun, 15 Jan 2017 10:11:50 +0000
Subject: [PATCH] Umstellung auf neutrale JS-Verweise

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

diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml
index b9bd9d8..4c06470 100644
--- a/web/WEB-INF/web.xml
+++ b/web/WEB-INF/web.xml
@@ -43,6 +43,8 @@
             <web-resource-name>nutzerAdmin</web-resource-name>
             <description>Nutzer-Administration</description>
             <url-pattern>/ui/*</url-pattern>
+            <url-pattern>/svc/*</url-pattern>
+            <url-pattern>/api/*</url-pattern>
         </web-resource-collection>
         <auth-constraint>
             <description>nutzerAdminAuthContraint</description>

--
Gitblit v1.9.3