1
0
mirror of synced 2026-08-04 09:17:02 +00:00

Allow JBoss adapter to handle new exceptions (thanks to Sergio Berna).

This commit is contained in:
Ben Alex
2005-01-04 19:58:27 +00:00
parent c939bcb176
commit 607ba82522
3 changed files with 17 additions and 1 deletions
+1
View File
@@ -47,6 +47,7 @@
<action dev="benalex" type="add">Added attempted username to view if processed by AuthenticationProcessingFilter</action>
<action dev="benalex" type="add">Added UserDetails account and credentials expiration methods</action>
<action dev="benalex" type="add">Added exceptions and events to support new UserDetails methods</action>
<action dev="benalex" type="add">Added new exceptions to JBoss container adapter</action>
<action dev="benalex" type="update">Improved BasicAclProvider to only respond to specified ACL object requests</action>
<action dev="benalex" type="update">Refactored MethodDefinitionSource to work with Method, not MethodInvocation</action>
<action dev="benalex" type="update">Refactored AbstractFilterInvocationDefinitionSource to work with URL Strings alone</action>