DigestProcessingFilter now provides userCache getter and setter.

This commit is contained in:
Ben Alex
2005-03-21 08:03:11 +00:00
parent 0530351f0d
commit c936801842
3 changed files with 25 additions and 0 deletions

View File

@@ -37,6 +37,7 @@
<action dev="benalex" type="fix">TokenBasedRememberMeServices now respects expired users, expired credentials and disabled users</action>
<action dev="benalex" type="fix">HttpSessionContextIntegrationFilter now handles HttpSession invalidation without redirection</action>
<action dev="benalex" type="fix">StringSplitUtils.split() ignored delimiter argument</action>
<action dev="benalex" type="fix">DigestProcessingFilter now provides userCache getter and setter</action>
</release>
<release version="0.8.0" date="2005-03-03">
<action dev="benalex" type="add">Added Digest Authentication support (RFC 2617 and RFC 2069)</action>