Consider defaulting to UTF-8 in RestClientResponseException #23738
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: superseded
An issue that has been superseded by another
Uh oh!
There was an error while loading. Please reload this page.
Spring version: 5.2.0.RELEASE
Related to #22954 and the
UTF-8
charset removal, theRestClientResponseException
now defaults toISO_8859_1
herespring-framework/spring-web/src/main/java/org/springframework/web/client/RestClientResponseException.java
Line 105 in 3a0f309
instead of
UTF-8
previously.To mitigate this issue, we are now forced to create a custom
ResponseErrorHandler
and forcingUTF-8
The text was updated successfully, but these errors were encountered: