Hi, My first try would be to turn on DEBUG logs on org.apache.shiro package to follow what is going on in the application. Does it give you some insight of the problem ?
You could put a breakpoint in the createInstance() method of the ShiroFilterFactoryBean class to see what filters should be applied on what pattern urls (the filterChainManager object). You could also put a breakpoint in the doFilter() method of the ProxiedFilterChain class to see the filters calls (but it's not so easy to track). Hope it helps. Best regards, Jérôme -- View this message in context: http://shiro-user.582556.n2.nabble.com/Looking-for-debug-help-with-custom-authentication-filter-tp7528572p7531657.html Sent from the Shiro User mailing list archive at Nabble.com.
