How to enable Spring Security POST redirect after log in with CSRF?

后端 未结 4 1124
误落风尘
误落风尘 2021-01-05 20:49

I\'m using Spring Security 3.2 with CSRF. My configuration includes this:

  
  
<         


        
4条回答
  •  死守一世寂寞
    2021-01-05 21:29

    I may not understand something... but cant you just remove default-target-url from your configuration?

提交回复
热议问题