From 09f68400ecb0d8b7faafea3b6c1cea113e97349c Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Fri, 14 Dec 2007 19:56:31 +0000 Subject: [PATCH] Add to example, but it is disabled in favour of @Secured annotation. Still, we include it so people can have a play around and switch between the two syntaxes easily in demos etc. --- .../src/main/resources/applicationContext-business.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/samples/tutorial/src/main/resources/applicationContext-business.xml b/samples/tutorial/src/main/resources/applicationContext-business.xml index 09a1edfaa9..e1e21a97e4 100644 --- a/samples/tutorial/src/main/resources/applicationContext-business.xml +++ b/samples/tutorial/src/main/resources/applicationContext-business.xml @@ -14,6 +14,11 @@ http://www.springframework.org/schema/security http://www.springframework.org/sc + \ No newline at end of file