This commit is contained in:
Ben Alex
2005-04-13 22:17:05 +00:00
parent 8091b60194
commit fdf5c63033
2 changed files with 16 additions and 1 deletions

View File

@@ -33,6 +33,7 @@
<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="raykrueger" type="update">AuthenticationProcessingFilter now provides an obtainUsername method</action>
</release>
<release version="0.8.1" date="2005-03-22">
<action dev="luke_t" type="add">X509 (certificate-based) authentication support</action>