From b2fc1d84917e13e49f049ae9df7f7e0910d5125b Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Sun, 22 Aug 2010 22:43:10 +0100 Subject: [PATCH] Fix namespace schema version in CAS sample. --- .../cas/src/main/webapp/WEB-INF/applicationContext-security.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/cas/src/main/webapp/WEB-INF/applicationContext-security.xml b/samples/cas/src/main/webapp/WEB-INF/applicationContext-security.xml index c48118b40b..268571bb40 100644 --- a/samples/cas/src/main/webapp/WEB-INF/applicationContext-security.xml +++ b/samples/cas/src/main/webapp/WEB-INF/applicationContext-security.xml @@ -4,7 +4,7 @@ xmlns:sec="http://www.springframework.org/schema/security" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd - http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-3.0.xsd"> + http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-3.1.xsd">