Incorrect value of the MediaType.APPLICATION_PROBLEM_JSON_UTF8 #23825
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: regression
A bug that is also a regression
Milestone
spring-web: 5.2.0
The media type
APPLICATION_PROBLEM_JSON_UTF8
has incorrect valueinstead ofapplication/problem;charset=UTF-8
application/problem+json;charset=UTF-8
missing the+json
part.APPLICATION_PROBLEM_JSON_UTF8 = new MediaType("application", "problem", StandardCharsets.UTF_8);
This causes regression like:
The text was updated successfully, but these errors were encountered: