Hi Filipe, Can you please open a Jira issue for this - it was probably just an oversight.
Thanks, -- Les Hazlewood | @lhazlewood CTO, Stormpath | http://stormpath.com | @goStormpath | 888.391.5282 On Thu, Mar 21, 2013 at 1:40 AM, Filipe Sousa <[email protected]> wrote: > I have may own realm extending AuthorizingRealm. I'm trying to pass > AllowAllCredentialsMatcher using super(new AllowAllCredentialsMatcher()) in > my realm constructor That means calling > AuthorizingRealm(CredentialsMatcher matcher) then > AuthorizingRealm(CacheManager cacheManager, CredentialsMatcher matcher) and > then AuthenticatingRealm() that creates a SimpleCredentialsMatcher(). > Shouldn't AuthorizingRealm(CacheManager cacheManager, CredentialsMatcher > matcher) call AuthenticatingRealm(CredentialsMatcher matcher) instead with > my CredentialsMatcher? > > Thanks > -- > Filipe Sousa
