Request not reaching to the controller but still get 200 response

前端 未结 2 1027
一整个雨季
一整个雨季 2021-01-24 04:22

I was playing around spring security and trying to secure an restful application, but then ran into this rather absurd problem. All the action on my controllers are fine and the

2条回答
  •  迷失自我
    2021-01-24 05:09

    You must pass on the request on to the chain and you don't in case (header != null && headerContainsprefix)

提交回复
热议问题