HTTP Status 500 - Filter execution threw an exception - doFilter and invokeDelegate repeated

梦想与她 提交于 2019-12-02 07:34:57

After double-checking all the configuration file, after reading the documentation, I came to the conclusion that there was nothing wrong. I simply solved downgrading from version 4.1.3 to 4.0.3

please change the url pattern in web xml. That should work.

<filter-mapping>
        <filter-name>springSecurityFilterChain</filter-name>
        <url-pattern>/user/*</url-pattern>
    </filter-mapping>
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!