spring-security/config
Luke Taylor 670297c55d SEC-1369: Make sure beans aren't registered twice in case allowBeanDefinitionOverriding=false in the app context.
The use of registerBeanComponent() also registers the bean definition, which causes an error if overriding is disallowed and the bean has already been registered using registerBeanDefinition(). I've also set the allowBeanDefinitionOverriding to 'false' on InMemoryXmlApplicationContext to detect future mistakes of this kind in testing.
2010-01-14 15:48:14 +00:00
..
src SEC-1369: Make sure beans aren't registered twice in case allowBeanDefinitionOverriding=false in the app context. 2010-01-14 15:48:14 +00:00
config.gradle Added gradle build files for taglibs, tutorial, contacts and openid. 2010-01-10 23:31:23 +00:00
convert_schema.sh SEC-1229: Added session-management element to namespace and refactored existing session-related attributes and concurrency control. Refactored <http> parsing code to split it up into more manageable units. 2009-09-29 00:29:09 +00:00
pom.xml [maven-release-plugin] prepare for next development iteration 2009-12-22 22:20:01 +00:00
template.mf Updated bundlor templates and introduced spring.version variable 2009-12-22 01:10:04 +00:00