From 843a20e691ad14b5a08cb36747f3e8fe7fe73c36 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Thu, 29 Nov 2007 13:14:15 +0000 Subject: [PATCH] Changed default namespace in config files to "security" for clarity. --- .../security/config/http-security.xml | 40 +++++++++---------- .../security/config/method-security.xml | 32 +++++++-------- .../applicationContext-security-ns.xml | 40 +++++++++---------- 3 files changed, 56 insertions(+), 56 deletions(-) diff --git a/core/src/test/resources/org/springframework/security/config/http-security.xml b/core/src/test/resources/org/springframework/security/config/http-security.xml index 0f407beb1e..e75a215d60 100644 --- a/core/src/test/resources/org/springframework/security/config/http-security.xml +++ b/core/src/test/resources/org/springframework/security/config/http-security.xml @@ -1,39 +1,39 @@ - - - - - + + + + - + - + - + - + - - + + - - - - - - + + + + + + - + - \ No newline at end of file + \ No newline at end of file diff --git a/core/src/test/resources/org/springframework/security/config/method-security.xml b/core/src/test/resources/org/springframework/security/config/method-security.xml index 3ba61d90fd..d34240fce4 100644 --- a/core/src/test/resources/org/springframework/security/config/method-security.xml +++ b/core/src/test/resources/org/springframework/security/config/method-security.xml @@ -1,26 +1,26 @@ - - + - + - - - - - + + + + + - - - - - - + + + + + + - \ No newline at end of file + \ No newline at end of file diff --git a/samples/tutorial/src/main/webapp/WEB-INF/applicationContext-security-ns.xml b/samples/tutorial/src/main/webapp/WEB-INF/applicationContext-security-ns.xml index 91452ea7ef..5920282ff6 100644 --- a/samples/tutorial/src/main/webapp/WEB-INF/applicationContext-security-ns.xml +++ b/samples/tutorial/src/main/webapp/WEB-INF/applicationContext-security-ns.xml @@ -6,32 +6,32 @@ - $Id$ --> - - - - - + + + + - - - - + + + + - - + + - + - - - - - - + + + + + + - \ No newline at end of file + \ No newline at end of file