Shishir K. Singh wrote:
Here you go Ben. Under taglib, I found only one instance of
getAuthorities. I am attaching the patched file.
I only included
if (null == currentUser.getAuthorities() || currentUser.getAuthorities().length < 1) { return Collections.EMPTY_LIST; }
before Collection granted = Arrays.asList(currentUser.getAuthorities());
Thanks Shishir, I just committed your patch to CVS.
Ben
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Home: http://acegisecurity.sourceforge.net Acegisecurity-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer
