1
0
mirror of synced 2026-08-05 09:47:05 +00:00

SecurityEnforcementFilter caused NullPointerException when anonymous authentication used with BasicProcessingFilterEntryPoint.

This commit is contained in:
Ben Alex
2005-03-10 11:11:25 +00:00
parent 08dbf66880
commit 15535fff41
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
</properties>
<body>
<release version="0.8.1" date="In CVS">
<action dev="benalex" type="add">...</action>
<action dev="benalex" type="fix">SecurityEnforcementFilter caused NullPointerException when anonymous authentication used with BasicProcessingFilterEntryPoint</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>