Browse Source

SEC-1073: Correct class name in docbook namespace chapter.

Luke Taylor 16 years ago
parent
commit
744ed17f84
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/docbkx/namespace-config.xml

+ 1 - 1
src/docbkx/namespace-config.xml

@@ -763,7 +763,7 @@
     <para>
     <para>
       We've touched on the idea that the namespace configuration automatically registers an authentication manager bean for
       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 <classname>ProviderManager</classname> class, which you may already 
       you. This is an instance of Spring Security's <classname>ProviderManager</classname> class, which you may already 
-      be familiar with if you've used the framework before. You can't use a custom <classname>AuthenticationProvider</classname> if you are
+      be familiar with if you've used the framework before. You can't use a custom <classname>AuthenticationManager</classname> 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 
       using either HTTP or method security through the namespace, but this should not be a problem as you have full control over 
       the <classname>AuthenticationProvider</classname>s that are used.
       the <classname>AuthenticationProvider</classname>s that are used.
     </para>
     </para>