From 88fbac9755fb9b245450c00c5b54ac6a74825f2f Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Fri, 3 Dec 2004 06:44:13 +0000 Subject: [PATCH] General update. --- doc/xdocs/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/xdocs/changes.xml b/doc/xdocs/changes.xml index b87a9f6a1b..8298b31d60 100644 --- a/doc/xdocs/changes.xml +++ b/doc/xdocs/changes.xml @@ -47,10 +47,13 @@ Refactored MethodDefinitionSource to work with Method, not MethodInvocation Refactored AbstractSecurityInterceptor to better support other AOP libraries Improved performance of JBoss container adapter (see reference docs) + Made DaoAuthenticationProvider detect null in Authentication.principal + Improved JaasAuthenticationProvider startup error detection Fixed AbstractProcessingFilter to use removeAttribute (JRun compatibility) Fixed GrantedAuthorityEffectiveAclResolver support of UserDetails principals Moved MethodSecurityInterceptor to ...intercept.method.aopalliance package Documentation improvements + Test coverage improvements Resolved to use http://apr.apache.org/versioning.html for future versioning