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 .