From b21c647be512ff66da07821d21c75fdb4f2cae15 Mon Sep 17 00:00:00 2001 From: shalyganov Date: Mon, 13 Apr 2020 17:47:29 +0400 Subject: [PATCH] fixed incompatibility with REST addon --- .../web/src/com/haulmont/addon/saml/saml-dispatcher-spring.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/web/src/com/haulmont/addon/saml/saml-dispatcher-spring.xml b/modules/web/src/com/haulmont/addon/saml/saml-dispatcher-spring.xml index e2dc157..ebfd6b1 100644 --- a/modules/web/src/com/haulmont/addon/saml/saml-dispatcher-spring.xml +++ b/modules/web/src/com/haulmont/addon/saml/saml-dispatcher-spring.xml @@ -25,7 +25,7 @@ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.3.xsd http://www.springframework.org/schema/security - http://www.springframework.org/schema/security/spring-security-4.2.xsd"> + http://www.springframework.org/schema/security/spring-security.xsd">