From 744ed17f841609bbd09929c14aba93909a5a4f58 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Mon, 16 Mar 2009 10:30:53 +0000 Subject: [PATCH] SEC-1073: Correct class name in docbook namespace chapter. --- src/docbkx/namespace-config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docbkx/namespace-config.xml b/src/docbkx/namespace-config.xml index 255c974330..dd02ba64b0 100644 --- a/src/docbkx/namespace-config.xml +++ b/src/docbkx/namespace-config.xml @@ -763,7 +763,7 @@ We've touched on the idea that the namespace configuration automatically registers an authentication manager bean for you. This is an instance of Spring Security's ProviderManager class, which you may already - be familiar with if you've used the framework before. You can't use a custom AuthenticationProvider if you are + be familiar with if you've used the framework before. You can't use a custom AuthenticationManager if you are using either HTTP or method security through the namespace, but this should not be a problem as you have full control over the AuthenticationProviders that are used.