upgrade xml schema

This commit is contained in:
DOHA
2016-12-05 13:11:56 +02:00
parent fa36e82d7d
commit f4b9617768
9 changed files with 19 additions and 19 deletions

View File

@@ -2,9 +2,9 @@
<beans:beans xmlns="http://www.springframework.org/schema/security" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:beans="http://www.springframework.org/schema/beans"
xsi:schemaLocation="
http://www.springframework.org/schema/security
http://www.springframework.org/schema/security/spring-security-4.0.xsd
http://www.springframework.org/schema/security/spring-security-4.2.xsd
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-4.2.xsd"
http://www.springframework.org/schema/beans/spring-beans-4.3.xsd"
>
<http create-session="stateless" use-expressions="true">