1
0
mirror of synced 2026-07-06 11:20:05 +00:00

Handle null Authentication.getAuthorities() in AuthorizeTag.

This commit is contained in:
Ben Alex
2005-03-27 06:36:41 +00:00
parent 8e6305ae81
commit 684d5bc10e
2 changed files with 12 additions and 1 deletions
+1
View File
@@ -28,6 +28,7 @@
<release version="0.8.2" date="In CVS">
<action dev="benalex" type="fix">Correct location of AuthenticationSimpleHttpInvokerRequestExecutor in clientContext.xml</action>
<action dev="benalex" type="fix">TokenBasedRememberMeServices changed to use long instead of int for tokenValiditySeconds (SPR-807)</action>
<action dev="benalex" type="fix">Handle null Authentication.getAuthorities() in AuthorizeTag</action>
<action dev="benalex" type="update">Add credentialsExpiredFailureUrl getter/setter to AbstractProcessingFilter</action>
<action dev="benalex" type="update">Update commons-codec dependency to 1.3</action>
</release>