From 2c81ebe72f0215d5cc27a10970ef0a3b259e0017 Mon Sep 17 00:00:00 2001 From: Anshul Gangwar Date: Fri, 11 Sep 2015 13:37:08 +0530 Subject: [PATCH] Fixed secstorage.proxy is not setting proxy configuration on SSVM in some cases --- .../org/apache/cloudstack/storage/command/DownloadCommand.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/org/apache/cloudstack/storage/command/DownloadCommand.java b/core/src/org/apache/cloudstack/storage/command/DownloadCommand.java index db637c10521..5dfc22e785b 100644 --- a/core/src/org/apache/cloudstack/storage/command/DownloadCommand.java +++ b/core/src/org/apache/cloudstack/storage/command/DownloadCommand.java @@ -63,6 +63,7 @@ public class DownloadCommand extends AbstractDownloadCommand implements Internal resourceType = that.resourceType; installPath = that.installPath; _store = that._store; + _proxy = that._proxy; } public DownloadCommand(TemplateObjectTO template, Long maxDownloadSizeInBytes) {