You probably should try configuring that Filter inside of Shiro.ini instead of in the web.xml. I don't remember the specifics (if I ever knew them), but Shiro's Filter pretty much takes over the whole filter chain and other Filters won't run at all, if I remember correctly. I know that I was struggling with using other Filters in my app with Shiro, and it was because they essentially never get launched with Shiro in there.
Note that, even if you run them "inside" of Shiro, certain methods won't work, like onFilterConfigSet. init works as expected, though. This may be a problem with the third party Filters you're using (I know nothing about them, just speculating). -- View this message in context: http://shiro-user.582556.n2.nabble.com/Shiro-seems-to-prevent-myfaces-from-using-JNDI-tp7577577p7577581.html Sent from the Shiro User mailing list archive at Nabble.com.
