Github user DaanHoogland commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/695#discussion_r37115247 --- Diff: vmware-base/src/com/cloud/hypervisor/vmware/util/VmwareContext.java --- @@ -375,6 +377,18 @@ public void uploadFile(String urlString, File localFile) throws Exception { } } + private Charset getCharSetFromConnection(HttpURLConnection conn) { --- End diff -- We should move this to one of the util classes. I am sure it can be used in more places then just here.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---