I'm not sure, I think creating a simplified example might be the easiest
path forward, it looks like you have a lot of various pieces.

On Tue, Feb 26, 2019 at 9:58 AM trinadhm <[email protected]> wrote:

> Yes. Shiro is first in the order.
>
>
>         <filter>
>             <filter-name>shiroFilter</filter-name>
>
>
> <filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>
>             <init-param>
>                 <param-name>targetFilterLifecycle</param-name>
>                 <param-value>true</param-value>
>             </init-param>
>         </filter>
>
>
>
>
>         <filter-mapping>
>             <filter-name>shiroFilter</filter-name>
>             <url-pattern>/*</url-pattern>
>         </filter-mapping>
>
>
>
> --
> Sent from: http://shiro-user.582556.n2.nabble.com/
>

Reply via email to