From d1a8fbdb25b8afe7fffb7b8f7c16fb9aa39761e5 Mon Sep 17 00:00:00 2001 From: ulrich <ulrich> Date: Tue, 19 May 2020 14:08:13 +0000 Subject: [PATCH] ui-alt und profil-alt in Security Constraints aufgenommen --- 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