You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@shiro.apache.org by Les Hazlewood <lh...@apache.org> on 2011/01/04 20:59:38 UTC

Re: RealmFactory not working properly

Hi Jonas,

Please open a Jira issue and we can get this committed.  This stuff
tends to get lost on mailing lists.

Thanks!

Cheers,

Les

On Fri, Dec 31, 2010 at 4:38 AM, kreca <jo...@gmail.com> wrote:
>
> On Fri, Dec 31, 2010 at 10:24 AM, mmix [via Shiro User]
> <ml...@n2.nabble.com> wrote:
>> Hi Jonas,
>> I came across the same problem. Seems to me that this is really a bug.
>
> Yah, I changed
> if (!CollectionUtils.isEmpty(realms)) {
> to
> if (!CollectionUtils.isEmpty(factoryRealms)) {
>
> and it all works fine now. Hopefully this can be committed so we do
> not have to roll our own packages
>
> Regards,
> Jonas
>
> --
> View this message in context: http://shiro-user.582556.n2.nabble.com/RealmFactory-not-working-properly-tp5855695p5877902.html
> Sent from the Shiro User mailing list archive at Nabble.com.