TokenBasedRememberMeServices changed to use long instead of int for tokenValiditySeconds.

This commit is contained in:
Ben Alex
2005-03-25 22:07:00 +00:00
parent 10c1926385
commit 8ae2276843
2 changed files with 4 additions and 3 deletions

View File

@@ -27,6 +27,7 @@
<body>
<release version="0.8.2" date="In CVS">
<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>
</release>
<release version="0.8.1" date="2005-03-22">