From 420fb0ec2cf844eb4b05637b2ab7f83081d45934 Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Mon, 20 Jun 2005 02:57:49 +0000 Subject: [PATCH] Minor corrections, as reported by Wil Lambrecht. --- doc/docbook/acegi.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/docbook/acegi.xml b/doc/docbook/acegi.xml index 60cfd6cdd7..b5fd70da64 100644 --- a/doc/docbook/acegi.xml +++ b/doc/docbook/acegi.xml @@ -361,7 +361,7 @@ SecurityContext (and in turn the principal). SecurityContextHolder is an InheritableThreadLocal, meaning it is associated - with the current thread of execution. + with the current thread of execution. @@ -1114,8 +1114,8 @@ public aspect DomainObjectInstanceSecurityAspect implements InitializingBean { - RunAsImplAuthenticationToken is able to - authenticate a RunAsUserToken. This is + RunAsImplAuthenticationProvider is able + to authenticate a RunAsUserToken. This is discussed further in the Run-As Authentication Replacement section. You would not register this AuthenticationProvider if you were not using