Can you create a simple sample project and stick it on GitHub? That might help us narrow down what is going on.
On Sun, Dec 20, 2020 at 8:01 AM ry99 <[email protected]> wrote: > 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/ >
