From 2655955a400760af757fabdbfc7f3748422b07b3 Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Tue, 11 Dec 2007 19:14:34 +0000 Subject: [PATCH] Add MethodSecurityInterceptor, to more accurately reflect the capabilities offered by auto-config="true". --- .../applicationContext-acegi-security.xml | 286 +++++++++--------- 1 file changed, 151 insertions(+), 135 deletions(-) diff --git a/samples/tutorial/src/main/webapp/WEB-INF/applicationContext-acegi-security.xml b/samples/tutorial/src/main/webapp/WEB-INF/applicationContext-acegi-security.xml index 721d29c586..c963eab006 100644 --- a/samples/tutorial/src/main/webapp/WEB-INF/applicationContext-acegi-security.xml +++ b/samples/tutorial/src/main/webapp/WEB-INF/applicationContext-acegi-security.xml @@ -1,53 +1,53 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -57,89 +57,105 @@ My Realm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file