spring-security/config
Rob Winch 2d556c7b4f SEC-1885: Change SecurityDebugBeanFactoryPostProcessor to only interact with BeanDefinitions rather than instances to prevent premature instatiation of FilterChainProxy and its dependencies
This issue occurred because the AutowiredAnnotationBeanPostProcessor had not been registered when the SecurityDebugBeanFactoryPostProcessor tried to obtain the FilterChainProxy. This caused
all of the FilterChainProxy's dependant beans to be resolved and if they used @Autowired they would not get processed properly.
2012-01-07 13:52:50 -06:00
..
src SEC-1885: Change SecurityDebugBeanFactoryPostProcessor to only interact with BeanDefinitions rather than instances to prevent premature instatiation of FilterChainProxy and its dependencies 2012-01-07 13:52:50 -06:00
config.gradle SEC-1868: Remove error level logs from SecurityNamespaceHandler when the web classes are not available and not required 2011-12-30 10:51:17 -06:00
convert_schema.sh Update schema version to 3.1 2010-02-20 18:58:00 +00:00
template.mf Minor fix to bundlor template for config module. 2011-04-06 14:02:01 +01:00