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

前端 未结 2 2007
梦如初夏
梦如初夏 2021-01-26 11:55

I\'m using Spring-MVC (4.2.5) and Spring-Security (4.1.3) to develop a web application. I begin to have problems when I tried to incorporate the latter in my mvc project.

<
2条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-26 12:42

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

    
            springSecurityFilterChain
            /user/*
        
    

提交回复
热议问题