You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have found a bug while running the Spring Boot test suite against the latest Spring Framework milestone.
The new content negotiation for error handling feature added in #31936 fails in WebFlux when HTTP clients send invalid media types in the "Accept" header. Instead of falling back on "*/*" as it should, the error handling selection fails on parsing the requested media types and a NotAcceptableStatusException is thrown.
The text was updated successfully, but these errors were encountered:
We have found a bug while running the Spring Boot test suite against the latest Spring Framework milestone.
The new content negotiation for error handling feature added in #31936 fails in WebFlux when HTTP clients send invalid media types in the "Accept" header. Instead of falling back on
"*/*"
as it should, the error handling selection fails on parsing the requested media types and aNotAcceptableStatusException
is thrown.The text was updated successfully, but these errors were encountered: