>>>>> Brian Demers <brian.demers-re5jqeeqqe8avxtiumw...@public.gmane.org>:
> I'm guessing in your case you might want to do something similar to what we > do for Guice (create a WebEnvironment implementation) > https://github.com/apache/shiro/blob/master/support/guice/src/main/java/org/apache/shiro/guice/web/WebGuiceEnvironment.java > For the SecurityManager, you should just be able to create a new instance > and use/inject that. Thanks, Brian! :-) I'm able to create a DefaultWebSecurityManager with new, but I couldn't figure out how to read in the shiro.ini configuration...?