Invalid JSON in requests now causes 500 instead of 400 #24630
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: regression
A bug that is also a regression
Milestone
We just updated to Spring 5.2.4 and are seeing 500 instead of 400 for requests like this:
With 5.2.3 we'd see:
With 5.2.4 we see:
This appears to have been caused by the fix for #24455
I'm not sure if it's exactly the same issue as #24610
The text was updated successfully, but these errors were encountered: