1
0
mirror of synced 2026-07-05 19:00:02 +00:00

Patch by Matt Raible which returns null if Authentication is anonymous.

This commit is contained in:
Ben Alex
2005-03-10 12:00:30 +00:00
parent b898b87ffb
commit c5fe428400
2 changed files with 14 additions and 2 deletions
+1
View File
@@ -27,6 +27,7 @@
<body>
<release version="0.8.1" date="In CVS">
<action dev="benalex" type="fix">SecurityEnforcementFilter caused NullPointerException when anonymous authentication used with BasicProcessingFilterEntryPoint</action>
<action dev="benalex" type="update">ContextHolderAwareRequestWrapper methods returns null if user is anonymous</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>