Browse Source

Updated sample context files to point at 2.0.1 schema

2.0.x
Luke Taylor 18 years ago
parent
commit
fc498954c6
  1. 2
      samples/contacts/src/main/webapp/WEB-INF/applicationContext-security.xml
  2. 2
      samples/ldap/src/main/webapp/WEB-INF/applicationContext-security.xml
  3. 2
      samples/openid/src/main/webapp/WEB-INF/applicationContext-security.xml
  4. 2
      samples/preauth/src/main/webapp/WEB-INF/applicationContext-security.xml
  5. 2
      samples/tutorial/src/main/webapp/WEB-INF/applicationContext-security.xml
  6. 4
      sandbox/heavyduty/src/main/webapp/WEB-INF/appContext-security.xml

2
samples/contacts/src/main/webapp/WEB-INF/applicationContext-security.xml

@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
xmlns:b="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 auto-config="true" realm="Contacts Realm">

2
samples/ldap/src/main/webapp/WEB-INF/applicationContext-security.xml

@ -2,7 +2,7 @@ @@ -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"/>

2
samples/openid/src/main/webapp/WEB-INF/applicationContext-security.xml

@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
xmlns:b="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="/**" access="ROLE_USER"/>

2
samples/preauth/src/main/webapp/WEB-INF/applicationContext-security.xml

@ -10,7 +10,7 @@ @@ -10,7 +10,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-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">
<bean id="filterChainProxy" class="org.springframework.security.util.FilterChainProxy">
<sec:filter-chain-map path-type="ant">

2
samples/tutorial/src/main/webapp/WEB-INF/applicationContext-security.xml

@ -10,7 +10,7 @@ @@ -10,7 +10,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">
<global-method-security secured-annotations="enabled">
<!-- AspectJ pointcut expression that locates our "post" method and applies security that way

4
sandbox/heavyduty/src/main/webapp/WEB-INF/appContext-security.xml

@ -9,8 +9,8 @@ @@ -9,8 +9,8 @@
<b:beans xmlns="http://www.springframework.org/schema/security"
xmlns:b="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">
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-2.0.1.xsd">
<b:import resource="appContext-misc.xml"/>

Loading…
Cancel
Save