1
0
mirror of synced 2026-08-05 09:47:05 +00:00

Add hook methods to AbstractProcessingFilter.

This commit is contained in:
Ben Alex
2004-12-20 11:14:34 +00:00
parent 67d642cfeb
commit 823a2e990b
2 changed files with 90 additions and 62 deletions
+1
View File
@@ -52,6 +52,7 @@
<action dev="benalex" type="update">Made DaoAuthenticationProvider detect null in Authentication.principal</action>
<action dev="benalex" type="update">Improved JaasAuthenticationProvider startup error detection</action>
<action dev="benalex" type="update">Refactored EH-CACHE implementations to use Spring IoC defined caches instead</action>
<action dev="benalex" type="update">AbstractProcessingFilter now has various hook methods to assist subclasses</action>
<action dev="benalex" type="fix">Fixed ambiguous column references in JdbcDaoImpl default query</action>
<action dev="benalex" type="fix">Fixed AbstractProcessingFilter to use removeAttribute (JRun compatibility)</action>
<action dev="benalex" type="fix">Fixed GrantedAuthorityEffectiveAclResolver support of UserDetails principals</action>