-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by another
Description
Spring version: 5.2.0.RELEASE
Related to #22954 and the UTF-8
charset removal, the RestClientResponseException
now defaults to ISO_8859_1
here
Line 105 in 3a0f309
if (this.responseCharset == null) { |
instead of
UTF-8
previously.
To mitigate this issue, we are now forced to create a custom ResponseErrorHandler
and forcing UTF-8
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by another