Expose protected method to determine charset in AbstractJackson2HttpMessageConverter #25509
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: backported
An issue that has been backported to maintenance branches
type: task
A general task
Milestone
When the issue of charset being ignored #25076 was resolved on 5.2.7/5.2.8 the problem now is the opposite. I have lot of clients that are sending ;charset=ISO-8859-1 on their request (for example by using RestTemplate is added by default), and know request and responses in Japanese language are garbled (should be UTF-8)
A simple way to ignore the charset by configuration or at least making some members protected would be nice.
Now the only alternative is to override complete methods
The text was updated successfully, but these errors were encountered: