mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-04 09:42:29 +00:00
Removed duplicate setting of bean property in BasicAuthenticationBeanDefinitionParser.
This commit is contained in:
parent
d8d657da7f
commit
9af7ab68bf
@ -31,7 +31,6 @@ public class BasicAuthenticationBeanDefinitionParser implements BeanDefinitionPa
|
|||||||
|
|
||||||
entryPoint.getPropertyValues().addPropertyValue("realmName", realmName);
|
entryPoint.getPropertyValues().addPropertyValue("realmName", realmName);
|
||||||
|
|
||||||
filterBuilder.addPropertyValue("authenticationEntryPoint", entryPoint);
|
|
||||||
parserContext.getRegistry().registerBeanDefinition(BeanIds.BASIC_AUTHENTICATION_ENTRY_POINT, entryPoint);
|
parserContext.getRegistry().registerBeanDefinition(BeanIds.BASIC_AUTHENTICATION_ENTRY_POINT, entryPoint);
|
||||||
|
|
||||||
filterBuilder.addPropertyValue("authenticationManager", new RuntimeBeanReference(BeanIds.AUTHENTICATION_MANAGER));
|
filterBuilder.addPropertyValue("authenticationManager", new RuntimeBeanReference(BeanIds.AUTHENTICATION_MANAGER));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user