1
0
mirror of synced 2026-08-04 17:27:13 +00:00

BasicAuthenticationProcessingFilter no longer creates HttpSession via WebAuthenticationDetails call.

This commit is contained in:
Ben Alex
2005-09-08 11:15:48 +00:00
parent c64a3770de
commit 35ca25f085
3 changed files with 30 additions and 32 deletions
+1
View File
@@ -28,6 +28,7 @@
<release version="0.9.0" date="In CVS">
<action dev="markstg" type="add">SwitchUserProcessingFilter to provide user security context switching</action>
<action dev="markstg" type="add">Java 1.5 annotation support</action>
<action dev="benalex" type="update">BasicAuthenticationProcessingFilter no longer creates HttpSession via WebAuthenticationDetails call</action>
<action dev="benalex" type="update">JdbcDaoImpl modified to support synthetic primary keys</action>
<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>