spring-security/config
Rob Winch 4f741bc914 SEC-2057: ConcurrentSessionFilter is now after SecurityContextPersistenceFilter
Previously, ConcurrentSessionFilter was placed after SecurityContextPersistenceFilter
which meant that the SecurityContextHolder was empty when ConcurrentSessionFilter was
invoked. This caused the Authentication to be null when performing a logout. It also
caused complications with LogoutHandler implementations that would be accessing the
SecurityContextHolder and potentially clear it out expecting that
SecurityContextPersistenceFilter would then clear the SecurityContextRepository.

The ConcurrentSessionFilter is now positioned after the
SecurityContextPersistenceFilter to ensure that the SecurityContextHolder is populated
and cleared out appropriately.
2012-10-03 09:27:24 -05:00
..
src SEC-2057: ConcurrentSessionFilter is now after SecurityContextPersistenceFilter 2012-10-03 09:27:24 -05:00
config.gradle Update to Groovy 1.8 2012-09-04 09:48:29 -05: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