From 1bc863fce1491431cfa2be327a2bce79f1bb7056 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Thu, 28 Feb 2008 12:39:52 +0000 Subject: [PATCH] SEC-677: Small change in Acegi Reference Guide. http://jira.springframework.org/browse/SEC-677 --- src/docbkx/springsecurity.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docbkx/springsecurity.xml b/src/docbkx/springsecurity.xml index 85cb154806..ee0c8d77e4 100644 --- a/src/docbkx/springsecurity.xml +++ b/src/docbkx/springsecurity.xml @@ -723,7 +723,7 @@ if (obj instanceof UserDetails) { presented to an AuthenticationProvider. - The last played in the Spring Security authentication process is + The last player in the Spring Security authentication process is an AuthenticationProvider. Quite simply, it is responsible for taking an Authentication request object and deciding whether or not it is valid. The provider will