Les, To workaround the ShiroFilter config problem, I've just overridden getAuthorizationCache() in my subclass of JdbcRealm. But I still see no calls to any of the Cache methods.
I need some help on understanding the "big picture" here. What class calls the Cache methods to see if the user has a session? I can't seem to track down any such calls.I tried overriding getAuthorizationInfo() in my JdbcRealm subclass, but that's never called. I've put tracing in the default SoftHashMapCache.get() method, and it's never called either. Thanks, Andy
