Spring 5.0.3 RequestRejectedException: The request was rejected because the URL was not normalized

前端 未结 7 593
梦谈多话
梦谈多话 2020-11-27 15:59

Not sure if this is a bug with Spring 5.0.3 or a new feature to fix things on my end.

After the upgrade, I am getting this error. Interestingly this error is only on

7条回答
  •  执念已碎
    2020-11-27 16:22

    In my case, the problem was caused by not being logged in with Postman, so I opened a connection in another tab with a session cookie I took from the headers in my Chrome session.

提交回复
热议问题