Update commons-codec dependency to 1.3.

This commit is contained in:
Ben Alex
2005-03-25 22:33:18 +00:00
parent 8ae2276843
commit 8e6305ae81
3 changed files with 3 additions and 2 deletions

View File

@@ -29,6 +29,7 @@
<action dev="benalex" type="fix">Correct location of AuthenticationSimpleHttpInvokerRequestExecutor in clientContext.xml</action>
<action dev="benalex" type="fix">TokenBasedRememberMeServices changed to use long instead of int for tokenValiditySeconds (SPR-807)</action>
<action dev="benalex" type="update">Add credentialsExpiredFailureUrl getter/setter to AbstractProcessingFilter</action>
<action dev="benalex" type="update">Update commons-codec dependency to 1.3</action>
</release>
<release version="0.8.1" date="2005-03-22">
<action dev="luke_t" type="add">X509 (certificate-based) authentication support</action>