From 37c4c9bd4ace853d7173fcbbaf619861b3bf1bc6 Mon Sep 17 00:00:00 2001 From: Claudio Mezzasalma Date: Fri, 17 Jul 2020 10:53:59 +0200 Subject: [PATCH] Remove /test resource from REST shiro.ini Signed-off-by: Claudio Mezzasalma --- rest-api/web/src/main/resources/shiro.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/rest-api/web/src/main/resources/shiro.ini b/rest-api/web/src/main/resources/shiro.ini index 1ab217e73cb..d5f78f35b9f 100644 --- a/rest-api/web/src/main/resources/shiro.ini +++ b/rest-api/web/src/main/resources/shiro.ini @@ -50,7 +50,6 @@ securityManager.rememberMeManager.cookie.maxAge = 0 # The 'urls' section is used for url-based security # in web applications. We'll discuss this section in the # Web documentation -/v1/test = corsFilter, kapuaAuthcAccessToken # Authentication /v1/authentication/info = corsFilter, kapuaAuthcAccessToken