mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-18 00:49:02 +00:00
This commit makes MockHttpServletResponse consistent with the other parts of the framework where the body of a response is read as an UTF-8 String when the content type is application/json or similar, overriding the ISO-8859-1 default Servlet encoding. Closes gh-33019