From bf5abeda4f42120551986b3a555da34141dd1851 Mon Sep 17 00:00:00 2001 From: Joe Grandja Date: Fri, 14 Oct 2022 06:26:53 -0400 Subject: [PATCH] RequestMatcherDelegatingAuthorizationManager requires mapping Related https://github.com/spring-projects/spring-security/issues/11958 --- .../helloworld/src/main/webapp/WEB-INF/spring/security.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/servlet/xml/java/helloworld/src/main/webapp/WEB-INF/spring/security.xml b/servlet/xml/java/helloworld/src/main/webapp/WEB-INF/spring/security.xml index f006442..65dbbcb 100644 --- a/servlet/xml/java/helloworld/src/main/webapp/WEB-INF/spring/security.xml +++ b/servlet/xml/java/helloworld/src/main/webapp/WEB-INF/spring/security.xml @@ -3,7 +3,9 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/security https://www.springframework.org/schema/security/spring-security.xsd"> - + + +