1
0
mirror of synced 2026-08-05 01:36:56 +00:00

Add alwaysUseDefaultTargetUrl feature to AbstractProcessingFilter.

This commit is contained in:
Ben Alex
2004-11-22 21:38:14 +00:00
parent 3b7453d243
commit 89eed486e2
3 changed files with 55 additions and 0 deletions
+1
View File
@@ -42,6 +42,7 @@
<action dev="benalex" type="add">Added net.sf.acegisecurity.intercept.event package</action>
<action dev="benalex" type="add">Added BasicAclExtendedDao interface and JdbcExtendedDaoImpl for ACL CRUD</action>
<action dev="benalex" type="add">Added additional remoting protocol demonstrations to Contacts sample</action>
<action dev="benalex" type="add">Added AbstractProcessingFilter property to always use defaultTargetUrl</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 AbstractSecurityInterceptor to better support other AOP libraries</action>