By using the filters inside Shiro, I mean configuring them inside the shiro.ini using the pattern matching rules so that Shiro uses the right filter chain for the request. For instance, here's an example from my web app:
/register/* = anon /register = anon /scripts/* = anon /styles/* = anon /logout = anon /* = rateFilter, loginFilter, setUserFilter, auditFilter Note that I'm not using Spring, nor do I know anything about it being used in Shiro, so the configuration may not look like the above. Also, you should join the mailing list, that way others will see your messages. Otherwise they just go to the web page. -- View this message in context: http://shiro-user.582556.n2.nabble.com/Shiro-seems-to-prevent-myfaces-from-using-JNDI-tp7577577p7577586.html Sent from the Shiro User mailing list archive at Nabble.com.
