SEC-271: Removed unnecessary comments
This commit is contained in:
parent
4b4807c138
commit
6e82a9bdfc
|
@ -40,11 +40,6 @@ public class AuthenticationProcessingFilterBeanDefinitionParser extends Abstract
|
||||||
setPropertyIfAvailable(element, ERROR_FORM_URL, "authenticationFailureUrl", definition);
|
setPropertyIfAvailable(element, ERROR_FORM_URL, "authenticationFailureUrl", definition);
|
||||||
setPropertyIfAvailable(element, DEFAULT_TARGET_URL, "defaultTargetUrl", definition);
|
setPropertyIfAvailable(element, DEFAULT_TARGET_URL, "defaultTargetUrl", definition);
|
||||||
|
|
||||||
// register BFPP to wire all other collaborators
|
|
||||||
// RootBeanDefinition postProcessor = new RootBeanDefinition(
|
|
||||||
// AuthenticationProcessingFilterDependenciesConfigurer.class);
|
|
||||||
// parserContext.getReaderContext().registerWithGeneratedName(postProcessor);
|
|
||||||
|
|
||||||
return definition;
|
return definition;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue