AuthorityGranter.grant now returns a java.util.Set of role names, instead of a single role name

This commit is contained in:
Ray Krueger
2005-04-27 03:39:06 +00:00
parent c29a5731be
commit 6f286e2054
5 changed files with 43 additions and 27 deletions

View File

@@ -27,6 +27,7 @@
<body>
<release version="0.9.0" date="In CVS">
<action dev="benalex" type="update">AnonymousProcessingFilter offers protected method to control when it should execute</action>
<action dev="raykrueger" type="update">AuthorityGranter.grant now returns a java.util.Set of role names, instead of a single role name</action>
</release>
<release version="0.8.2" date="2005-04-20">
<action dev="benalex" type="fix">Correct location of AuthenticationSimpleHttpInvokerRequestExecutor in clientContext.xml</action>