浏览代码

Fix namespace schema version in CAS sample.

Luke Taylor 15 年之前
父节点
当前提交
b2fc1d8491
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      samples/cas/src/main/webapp/WEB-INF/applicationContext-security.xml

+ 1 - 1
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">
 
     <bean id="springSecurityFilterChain" class="org.springframework.security.web.FilterChainProxy">
         <sec:filter-chain-map path-type="ant">