Made AclEntry Serializable (correct issue with BasicAclEntryCache).

This commit is contained in:
Ben Alex
2005-05-17 11:07:00 +00:00
parent ee3a14ab1b
commit ecbfac2ff8
2 changed files with 4 additions and 1 deletions

View File

@@ -27,6 +27,7 @@
<body>
<release version="0.9.0" date="In CVS">
<action dev="benalex" type="update">ContextHolder refactored and replaced by SecurityContextHolder</action>
<action dev="benalex" type="fix">Made AclEntry Serializable (correct issue with BasicAclEntryCache)</action>
<action dev="luke_t" type="update">Changed order of credentials verification and expiry checking in DaoAuthenticationProvider. Password must now be successfully verified before expired credentials are reported. </action>
<action dev="benalex" type="update">AnonymousProcessingFilter offers protected method to control when it should execute</action>
<action dev="benalex" type="fix">AbstractAuthenticationToken.getName() now returns username alone if UserDetails present</action>