Github user DaanHoogland commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/461#discussion_r32465953
  
    --- Diff: 
plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/manager/VmwareStorageManagerImpl.java
 ---
    @@ -256,7 +256,7 @@ public Answer execute(VmwareHostService hostService, 
PrimaryStorageDownloadComma
             try {
                 VmwareHypervisorHost hyperHost = 
hostService.getHyperHost(context, cmd);
     
    -            String templateUuidName = UUID.nameUUIDFromBytes((templateName 
+ "@" + cmd.getPoolUuid() + "-" + 
hyperHost.getMor().getValue()).getBytes()).toString();
    +            String templateUuidName = UUID.nameUUIDFromBytes((templateName 
+ "@" + cmd.getPoolUuid() + "-" + 
hyperHost.getMor().getValue()).getBytes("UTF-8")).toString();
    --- End diff --
    
    Charset.defaultCharset() is better imo


---
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.
---

Reply via email to