This commit is contained in:
Luke Taylor 2009-12-07 21:40:06 +00:00
parent ac564fc34e
commit 3469a8d4a3

View File

@ -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) {