-
Notifications
You must be signed in to change notification settings - Fork 38.5k
MappingJackson2HttpMessageConverter default character set issue #25304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm not sure I understand the issue. JSON encoding is UTF-8 by default (see #22788). Do you have a sample application that shows an incorrect behavior? If so, could you share it with us? |
I saw the document (#22788) It works well in spring applications. The defaultCharacterSet is UTF-8 in the comment of the MappingJackson2HttpMessageConverter class. I'll close because I'm sure there's no problem with that content. |
Version: Spring Framework 5.2.7
MappingJackson2HttpMessageConverter
The above comment says that MappingJackson2HttpMessageConverter's default charater set is UTF-8.
But my MappingJackson2HttpMessageConverter's default characterSet is null.
Is the comment wrong? Or am I doing somethig wrong?
Is the default character set deprecated?
If the default character set is deprecated, I think it would be better to delete the content from the comment.
The text was updated successfully, but these errors were encountered: