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.