From ae75a947374460ce5fcad1fb219466a511b392e5 Mon Sep 17 00:00:00 2001 From: Axel Uhl Date: Tue, 13 Apr 2021 09:39:49 +0200 Subject: [PATCH] bug5513: added the now necessary authc = com.sap.sse.security.CustomFilter to all shiro.ini files, as already documented in Wiki --- .../resources/shiro.ini | 1 + java/com.sap.sailing.server.gateway/resources/shiro.ini | 1 + java/com.sap.sailing.shared.server.gateway/resources/shiro.ini | 1 + java/com.sap.sailing.windestimation/resources/shiro.ini | 1 + java/com.sap.sailing.www/resources/shiro.ini | 1 + java/com.sap.sse.landscape.aws/resources/shiro.ini | 1 + java/com.sap.sse.security.ui/src/main/resources/shiro.ini | 1 + java/com.sap.sse.security/resources/shiro.ini | 1 + java/com.sap.sse.threadmanager/resources/shiro.ini | 1 + 9 files changed, 9 insertions(+) diff --git a/java/com.sap.sailing.server.gateway.test.support/resources/shiro.ini b/java/com.sap.sailing.server.gateway.test.support/resources/shiro.ini index bf4c8eca852..8865cd8f97b 100755 --- a/java/com.sap.sailing.server.gateway.test.support/resources/shiro.ini +++ b/java/com.sap.sailing.server.gateway.test.support/resources/shiro.ini @@ -52,6 +52,7 @@ customGwt.successUrl = /UserManagement.html # /api/restsecurity/login RESTlet and forwards successful login attempts # to the /api/restsecurity/hello service which is expected to respond # with a JSON document containing the authenticated subject's properties. +authc = com.sap.sse.security.CustomFilter authc.loginUrl = /api/restsecurity/login authc.successUrl = /api/restsecurity/hello diff --git a/java/com.sap.sailing.server.gateway/resources/shiro.ini b/java/com.sap.sailing.server.gateway/resources/shiro.ini index 46302aae5bd..3adbe629d90 100755 --- a/java/com.sap.sailing.server.gateway/resources/shiro.ini +++ b/java/com.sap.sailing.server.gateway/resources/shiro.ini @@ -50,6 +50,7 @@ customGwt.successUrl = /UserManagement.html # /api/restsecurity/login RESTlet and forwards successful login attempts # to the /api/restsecurity/hello service which is expected to respond # with a JSON document containing the authenticated subject's properties. +authc = com.sap.sse.security.CustomFilter authc.loginUrl = /api/restsecurity/login authc.successUrl = /api/restsecurity/hello diff --git a/java/com.sap.sailing.shared.server.gateway/resources/shiro.ini b/java/com.sap.sailing.shared.server.gateway/resources/shiro.ini index fbfc7e44cb0..5dec25aefb0 100644 --- a/java/com.sap.sailing.shared.server.gateway/resources/shiro.ini +++ b/java/com.sap.sailing.shared.server.gateway/resources/shiro.ini @@ -50,6 +50,7 @@ customGwt.successUrl = /UserManagement.html # /api/restsecurity/login RESTlet and forwards successful login attempts # to the /api/restsecurity/hello service which is expected to respond # with a JSON document containing the authenticated subject's properties. +authc = com.sap.sse.security.CustomFilter authc.loginUrl = /api/restsecurity/login authc.successUrl = /api/restsecurity/hello diff --git a/java/com.sap.sailing.windestimation/resources/shiro.ini b/java/com.sap.sailing.windestimation/resources/shiro.ini index 9e71a41bdc9..65804cffa9e 100644 --- a/java/com.sap.sailing.windestimation/resources/shiro.ini +++ b/java/com.sap.sailing.windestimation/resources/shiro.ini @@ -50,6 +50,7 @@ customGwt.successUrl = /UserManagement.html # /api/restsecurity/login RESTlet and forwards successful login attempts # to the /api/restsecurity/hello service which is expected to respond # with a JSON document containing the authenticated subject's properties. +authc = com.sap.sse.security.CustomFilter authc.loginUrl = /api/restsecurity/login authc.successUrl = /api/restsecurity/hello diff --git a/java/com.sap.sailing.www/resources/shiro.ini b/java/com.sap.sailing.www/resources/shiro.ini index 808e8d1df00..cd8781f5798 100755 --- a/java/com.sap.sailing.www/resources/shiro.ini +++ b/java/com.sap.sailing.www/resources/shiro.ini @@ -50,6 +50,7 @@ customGwt.successUrl = /UserManagement.html # /api/restsecurity/login RESTlet and forwards successful login attempts # to the /api/restsecurity/hello service which is expected to respond # with a JSON document containing the authenticated subject's properties. +authc = com.sap.sse.security.CustomFilter authc.loginUrl = /api/restsecurity/login authc.successUrl = /api/restsecurity/hello diff --git a/java/com.sap.sse.landscape.aws/resources/shiro.ini b/java/com.sap.sse.landscape.aws/resources/shiro.ini index 55e2250266a..ee68e068a5b 100755 --- a/java/com.sap.sse.landscape.aws/resources/shiro.ini +++ b/java/com.sap.sse.landscape.aws/resources/shiro.ini @@ -50,6 +50,7 @@ customGwt.successUrl = /UserManagement.html # /api/restsecurity/login RESTlet and forwards successful login attempts # to the /api/restsecurity/hello service which is expected to respond # with a JSON document containing the authenticated subject's properties. +authc = com.sap.sse.security.CustomFilter authc.loginUrl = /api/restsecurity/login authc.successUrl = /api/restsecurity/hello diff --git a/java/com.sap.sse.security.ui/src/main/resources/shiro.ini b/java/com.sap.sse.security.ui/src/main/resources/shiro.ini index 0f7c7179b4c..756fc9481fe 100755 --- a/java/com.sap.sse.security.ui/src/main/resources/shiro.ini +++ b/java/com.sap.sse.security.ui/src/main/resources/shiro.ini @@ -51,6 +51,7 @@ customGwt.successUrl = /UserManagement.html # /api/restsecurity/login RESTlet and forwards successful login attempts # to the /api/restsecurity/hello service which is expected to respond # with a JSON document containing the authenticated subject's properties. +authc = com.sap.sse.security.CustomFilter authc.loginUrl = /api/restsecurity/login authc.successUrl = /api/restsecurity/hello diff --git a/java/com.sap.sse.security/resources/shiro.ini b/java/com.sap.sse.security/resources/shiro.ini index ad691887926..5210ed5db33 100755 --- a/java/com.sap.sse.security/resources/shiro.ini +++ b/java/com.sap.sse.security/resources/shiro.ini @@ -50,6 +50,7 @@ customGwt.successUrl = /UserManagement.html # /api/restsecurity/login RESTlet and forwards successful login attempts # to the /api/restsecurity/hello service which is expected to respond # with a JSON document containing the authenticated subject's properties. +authc = com.sap.sse.security.CustomFilter authc.loginUrl = /api/restsecurity/login authc.successUrl = /api/restsecurity/hello diff --git a/java/com.sap.sse.threadmanager/resources/shiro.ini b/java/com.sap.sse.threadmanager/resources/shiro.ini index f51668fd7dd..a6f650053c0 100644 --- a/java/com.sap.sse.threadmanager/resources/shiro.ini +++ b/java/com.sap.sse.threadmanager/resources/shiro.ini @@ -50,6 +50,7 @@ customGwt.successUrl = /UserManagement.html # /api/restsecurity/login RESTlet and forwards successful login attempts # to the /api/restsecurity/hello service which is expected to respond # with a JSON document containing the authenticated subject's properties. +authc = com.sap.sse.security.CustomFilter authc.loginUrl = /api/restsecurity/login authc.successUrl = /api/restsecurity/hello