From efd8955a3d43ede2ca886084371f2060c599957e Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Wed, 20 Apr 2005 12:29:36 +0000 Subject: [PATCH] General update. --- doc/xdocs/changes.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/xdocs/changes.xml b/doc/xdocs/changes.xml index 4a67347582..cdfcb8b8c4 100644 --- a/doc/xdocs/changes.xml +++ b/doc/xdocs/changes.xml @@ -32,8 +32,10 @@ PasswordDaoAuthenticationProvider no longer stores String against Authentication.setDetails() Update commons-codec dependency to 1.3 AbstractProcessingFilter no longer has setters for failures, it uses the exceptionMappings property - Update to match Spring 1.2 RC 1 official JAR dependencies + Update to match Spring 1.2-RC2 official JAR dependencies AuthenticationProcessingFilter now provides an obtainUsername method + Correct PathBasedFilterInvocationDefinitionMap compatibility with Spring 1.2-RC2 + Refactoring to leverage Spring's Assert class and mocks where possible X509 (certificate-based) authentication support