We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b43b09 commit 4932196Copy full SHA for 4932196
spring-web/src/main/java/org/springframework/web/client/RestClientResponseException.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2017 the original author or authors.
+ * Copyright 2002-2019 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -33,7 +33,7 @@ public class RestClientResponseException extends RestClientException {
33
34
private static final long serialVersionUID = -8803556342728481792L;
35
36
- private static final Charset DEFAULT_CHARSET = StandardCharsets.ISO_8859_1;
+ private static final Charset DEFAULT_CHARSET = StandardCharsets.UTF_8;
37
38
39
private final int rawStatusCode;
0 commit comments