From ae3e0c0bda8080832f7411368d94df89fa6803fc Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Tue, 10 Nov 2009 20:26:49 +0000 Subject: [PATCH] SPR-5276: Updated Acegi site link to point to Spring Security --- spring-framework-reference/src/remoting.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-framework-reference/src/remoting.xml b/spring-framework-reference/src/remoting.xml index d6b26c64501..b0d3edfc2aa 100644 --- a/spring-framework-reference/src/remoting.xml +++ b/spring-framework-reference/src/remoting.xml @@ -366,8 +366,8 @@ public class AccountServiceImpl implements AccountService { Of course, this example doesn't show a flexible kind of security infrastructure. For more options as far as security is concerned, have - a look at the Acegi Security System for Spring, to be found at . + a look at the Spring Security project at .