1
0
mirror of synced 2026-08-06 02:08:01 +00:00

Performance optimisations thanks to Paulo Neves.

This commit is contained in:
Ben Alex
2005-05-20 00:00:22 +00:00
parent 71b8f3e515
commit 4e55780e7c
2 changed files with 16 additions and 5 deletions
+1
View File
@@ -26,6 +26,7 @@
</properties>
<body>
<release version="0.9.0" date="In CVS">
<action dev="benalex" type="update">Greatly improve BasicAclEntryAfterInvocationCollectionFilteringProvider performance with large collections (if the principal has access to relatively few collection elements)</action>
<action dev="benalex" type="update">Reorder DaoAuthenticationProvider exception logic as per developer list discussion</action>
<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>