1
0
mirror of synced 2026-08-04 09:17:02 +00:00

FilterChainProxy now supports replacement of ServletRequest and ServetResponse by Filter beans.

This commit is contained in:
Ben Alex
2005-03-11 01:41:43 +00:00
parent 5c86b97f37
commit 4763f953d3
2 changed files with 5 additions and 4 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="fix">FilterChainProxy now supports replacement of ServletRequest and ServetResponse by Filter beans</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">