Closed
Description
With #22788, MediaType#APPLICATION_JSON_UTF8
is deprecated an WebFlux default content type for JSON is Content-Type: application/json
but based on my tests with Spring MVC it is still Content-Type: application/json;charset=UTF-8
. I suspect it is caused by
Metadata
Metadata
Assignees
Type
Projects
Relationships
Development
No branches or pull requests
Activity
Remove charset parameter from Spring MVC JSON content type