Spring security issue with 404 error?

前端 未结 4 403
梦谈多话
梦谈多话 2020-12-30 08:30

greetings all, i am using spring security 3.0.2, urlRewrite 3.1.0 , and i have a problem with spring security that i have a rule that all the pages in the app requires authe

4条回答
  •  一整个雨季
    2020-12-30 09:24

    Add /error to your list of elements so that it doesn't require authentication in order to access it.

提交回复
热议问题