From 1f4d7a819cb3104f925083c5cdd42f3a9295c5b1 Mon Sep 17 00:00:00 2001
From: ulrich <ulrich>
Date: Thu, 21 May 2020 09:23:46 +0000
Subject: [PATCH] Verweis zur Startseite auf Logout-Seite angepasst

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

diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml
index c2ea0b7..e9200ee 100644
--- a/web/WEB-INF/web.xml
+++ b/web/WEB-INF/web.xml
@@ -71,7 +71,7 @@
             <web-resource-name>nutzerAdmin</web-resource-name>
             <description>Nutzer-Administration</description>
             <url-pattern>/ui/*</url-pattern>
-            <url-pattern>/ui2/*</url-pattern>
+            <url-pattern>/ui-alt/*</url-pattern>
             <url-pattern>/svc/*</url-pattern>
             <url-pattern>/api/*</url-pattern>
         </web-resource-collection>
@@ -87,7 +87,7 @@
             <description>Nutzerprofil</description>
             <url-pattern>/prf/*</url-pattern>
             <url-pattern>/profil/*</url-pattern>
-            <url-pattern>/profil2/*</url-pattern>
+            <url-pattern>/profil-alt/*</url-pattern>
         </web-resource-collection>
         <auth-constraint>
             <description>nutzerProfilAuthContraint</description>

--
Gitblit v1.9.3