From 9eb86194a2c2e4700656e29c8ca029f6ce23c734 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Thu, 28 Feb 2008 19:31:16 +0000 Subject: [PATCH] SEC-640: Converted preauth sample to use filter-invocation-definition-source element. (also fixed some recently changed property names). --- .../WEB-INF/applicationContext-security.xml | 45 +++++++------------ 1 file changed, 17 insertions(+), 28 deletions(-) diff --git a/samples/preauth/src/main/webapp/WEB-INF/applicationContext-security.xml b/samples/preauth/src/main/webapp/WEB-INF/applicationContext-security.xml index 6cb871c3aa..cbd4407be7 100644 --- a/samples/preauth/src/main/webapp/WEB-INF/applicationContext-security.xml +++ b/samples/preauth/src/main/webapp/WEB-INF/applicationContext-security.xml @@ -12,14 +12,12 @@ 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"> - - @@ -45,7 +43,6 @@ - @@ -59,14 +56,13 @@ - - + - + @@ -89,31 +85,24 @@ - - - - - - - + + + + + + - - - - - - - - - CONVERT_URL_TO_LOWERCASE_BEFORE_COMPARISON - PATTERN_TYPE_APACHE_ANT - /secure/extreme/**=ROLE_SUPERVISOR - /secure/**=ROLE_USER - /**=ROLE_USER - - + + + + + + + + +