Updated sample context files to point at 2.0.1 schema

This commit is contained in:
Luke Taylor
2008-05-01 17:51:48 +00:00
parent 014f21ee85
commit fc498954c6
6 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
xmlns:beans="http://www.springframework.org/schema/beans"
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-2.0.xsd
http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-2.0.xsd">
http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-2.0.1.xsd">
<http>
<intercept-url pattern="/secure/extreme/**" access="ROLE_SUPERVISOR"/>