ExceptionCatchingModularRealmAuthorizer ?

2011-04-11 Thread Brian Demers
I have a subclass of ModularRealmAuthorizer that just catches AuthorizationException if thrown by RealmA so that RealmB gets a chance to Authorize a user. I found this as a result of the changes for SHIRO-231 (which I agree with) but it broke my subclass because now it needs a type check. This ma

Re: RESTful support - feedback appreciated

2011-04-11 Thread Brian Demers
Hey Les, Nice work! I removed just removed a bunch of methods, and added a test one of my realms. It worked great. Well... after I remember to set the authenticationCachingEnabled flag. On Fri, Apr 8, 2011 at 9:15 PM, Les Hazlewood wrote: > P.S. A good starting point after reading the top cla

[jira] [Commented] (SHIRO-73) Add Authentication Caching to AuthenticatingRealm

2011-04-11 Thread Les Hazlewood (JIRA)
[ https://issues.apache.org/jira/browse/SHIRO-73?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13018651#comment-13018651 ] Les Hazlewood commented on SHIRO-73: I implemented this feature to trunk over the weeken

[jira] [Updated] (SHIRO-73) Add Authentication Caching to AuthenticatingRealm

2011-04-11 Thread Les Hazlewood (JIRA)
[ https://issues.apache.org/jira/browse/SHIRO-73?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Les Hazlewood updated SHIRO-73: --- Issue Type: New Feature (was: Improvement) Summary: Add Authentication Caching to Authenticating