General update.

This commit is contained in:
Ben Alex 2005-04-20 12:29:36 +00:00
parent d7c1b93863
commit efd8955a3d
1 changed files with 3 additions and 1 deletions

View File

@ -32,8 +32,10 @@
<action dev="benalex" type="fix">PasswordDaoAuthenticationProvider no longer stores String against Authentication.setDetails()</action>
<action dev="benalex" type="update">Update commons-codec dependency to 1.3</action>
<action dev="raykrueger" type="update">AbstractProcessingFilter no longer has setters for failures, it uses the exceptionMappings property</action>
<action dev="benalex" type="update">Update to match Spring 1.2 RC 1 official JAR dependencies</action>
<action dev="benalex" type="update">Update to match Spring 1.2-RC2 official JAR dependencies</action>
<action dev="raykrueger" type="update">AuthenticationProcessingFilter now provides an obtainUsername method</action>
<action dev="luke_t" type="update">Correct PathBasedFilterInvocationDefinitionMap compatibility with Spring 1.2-RC2</action>
<action dev="luke_t" type="update">Refactoring to leverage Spring's Assert class and mocks where possible</action>
</release>
<release version="0.8.1" date="2005-03-22">
<action dev="luke_t" type="add">X509 (certificate-based) authentication support</action>