Juan Hernandez has submitted this change and it was merged. Change subject: sdk: Always use UTF-8 for encoding text ......................................................................
sdk: Always use UTF-8 for encoding text Currently there are several places in the SDK where XML documents are converted to text without specifying the character set to use. In this situation the underlying HTTP library will select a character set that may not match the character set declared in the header of the XML document, resulting in incorrectly encoded documents. To solve this issue this patch changes the SDK so that it always specify explicitly the UTF-8 character set, when generating the XML documents and when encoding them. Change-Id: I560e3b96756ec1ffa1bf0169ba116edc18fa9844 Bug-Url: https://bugzilla.redhat.com/1223186 Signed-off-by: Juan Hernandez <juan.hernan...@redhat.com> --- M sdk/src/main/java/org/ovirt/engine/sdk/utils/HttpResponseHelper.java M sdk/src/main/java/org/ovirt/engine/sdk/utils/SerializationHelper.java M sdk/src/main/java/org/ovirt/engine/sdk/utils/StringUtils.java M sdk/src/main/java/org/ovirt/engine/sdk/web/HttpProxyBroker.java 4 files changed, 13 insertions(+), 4 deletions(-) Approvals: Juan Hernandez: Verified; Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/41140 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I560e3b96756ec1ffa1bf0169ba116edc18fa9844 Gerrit-PatchSet: 5 Gerrit-Project: ovirt-engine-sdk-java Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernan...@redhat.com> Gerrit-Reviewer: Juan Hernandez <juan.hernan...@redhat.com> Gerrit-Reviewer: Ravi Nori <rn...@redhat.com> Gerrit-Reviewer: automat...@ovirt.org _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches