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

Corrected Authz parsing of whitespace in GrantedAuthoritys. Contributed by Francois Beausoleil.

This commit is contained in:
Ben Alex
2005-03-14 06:09:33 +00:00
parent 632617f693
commit 52c42a7a40
3 changed files with 189 additions and 10 deletions
+1
View File
@@ -28,6 +28,7 @@
<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="fix">Corrected Authz parsing of whitespace in GrantedAuthoritys</action>
<action dev="benalex" type="update">ContextHolderAwareRequestWrapper methods returns null if user is anonymous</action>
<action dev="benalex" type="update">AbstractBasicAclEntry improved compatibility with Hibernate</action>
</release>