Hi Folks, I'm trying to use Shiro to protect a REST-based web service. I'm using Spring 5.3.2 and Shiro 1.7.0, and following the instructions at https://shiro.apache.org/spring-framework.html#web-applications.
However, it appears that the recommended imports only use default values, and do not reference the other beans I've created. For example, following the instructions, I have created a bean to provide a ShiroFilterChainDefinition, but AbstractShiroWebFilterConfiguration doesn't use mine; it already has a default one autowired. The same seems to hold true for my Realm--my bean creating it is called, but the object isn't used. How do I use my beans instead of the defaults? Please advise, -- Sent from: http://shiro-user.582556.n2.nabble.com/
