From eb620f09ebd405af967daaf577acac61ab68b1a6 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Mon, 28 Jan 2008 13:22:50 +0000 Subject: [PATCH] Switched preauth default namespace to "beans" for readability. --- .../WEB-INF/applicationContext-security.xml | 160 +++++++++--------- 1 file changed, 80 insertions(+), 80 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 e9717dd9f2..2614547e14 100644 --- a/samples/preauth/src/main/webapp/WEB-INF/applicationContext-security.xml +++ b/samples/preauth/src/main/webapp/WEB-INF/applicationContext-security.xml @@ -6,120 +6,120 @@ - $Id: applicationContext-security-ns.xml 2396 2007-12-23 16:36:44Z luke_t $ --> - - - - - - + + + + + - - - - - - - + + + + + + + - + - - - + + + - - - - - + + + + - - - - - - - - - + + + + + + + + - - - - + + + + - - - - + + + + - - - + + + - + - - - + + + - - - - + + + + - + - - - - - + + + + + - + - - - - - - - + + + + + + + - - - - - + + + + + - - + + CONVERT_URL_TO_LOWERCASE_BEFORE_COMPARISON PATTERN_TYPE_APACHE_ANT /secure/extreme/**=ROLE_SUPERVISOR /secure/**=ROLE_USER /**=ROLE_USER - - - + + + - + - - - + + + - \ No newline at end of file + \ No newline at end of file