Luke Taylor 15 years ago
parent
commit
3469a8d4a3

+ 2 - 2
config/src/main/java/org/springframework/security/config/http/HttpSecurityBeanDefinitionParser.java

@@ -163,11 +163,11 @@ public class HttpSecurityBeanDefinitionParser implements BeanDefinitionParser {
     }
 
     /**
-     * Creates the internal AuthentiationManager bean which uses the externally registered (global) one as
+     * Creates the internal AuthenticationManager bean which uses the externally registered (global) one as
      * a parent.
      *
      * All the providers registered by this <http> block will be registered with the internal
-     * authentication manager, along with the ConcurrentSessionController (if necessary).
+     * authentication manager.
      */
     private BeanReference createAuthenticationManager(Element element, ParserContext pc,
             ManagedList<BeanReference> authenticationProviders, BeanReference concurrencyController) {