You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "roded (Jira)" <ji...@apache.org> on 2020/11/30 14:43:00 UTC

[jira] [Created] (JCLOUDS-1559) ParseJson is using the system's default charset to parse HTTP responses

roded created JCLOUDS-1559:
------------------------------

             Summary: ParseJson is using the system's default charset to parse HTTP responses
                 Key: JCLOUDS-1559
                 URL: https://issues.apache.org/jira/browse/JCLOUDS-1559
             Project: jclouds
          Issue Type: Bug
            Reporter: roded


ParseJson is using the system's default charset to parse HTTP responses.

HTTP response JSON parsing then fails on systems whose default charset is not UTF8.

ParseJson should specify explicitly that UTF8 should be used to parse the HTTP responses. Json's fromJson methods should accept a charset argument.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)