spring-security/core
Luke Taylor d56adb8ffb SEC-1495: Convert User class equals and hashcode methods to only use the "username" property.
This prevents situations where other data may have changed when a User object is reloaded (during a subsequent authentication attempt, in which case and Set.contains()/Map.containsKey() will return false even though the collection in question contains a principal representing the same user.
2010-06-10 22:27:50 +01:00
..
src SEC-1495: Convert User class equals and hashcode methods to only use the "username" property. 2010-06-10 22:27:50 +01:00
core.gradle Addition of commons-logging exclusions and adjustments to pom generation. 2010-03-07 21:58:25 +00:00
pom.xml SEC-1488: Remove commons-logging dependencies from maven poms. 2010-05-28 13:10:59 +01:00
template.mf Increase upper bounds of Spring and Spring Security versions in bundlor templates to 3.2.0. 2010-02-21 23:25:36 +00:00