You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ra...@apache.org on 2016/11/04 11:13:23 UTC

[2/3] git commit: updated refs/heads/master to 5511065

Merge pull request #1746 from greenqloud/pr-iso-follow-redirects-4.9

SSVM downloader now handles redirects properly.New version of #1607, opened against 4.9 so it can be forward merged.

**Original Description**
Previously it was using the HttpClient to make an initial request to an ISO. This would follow redirects. Then it would make another request using built-in Java URL and InputStream, which doesn't follow redirects. This results in the ISO getting stuck at 0% forever and also causing DOS effects.

* pr/1746:
  SSVM downloader now handles redirects properly.

Signed-off-by: Rajani Karuturi <ra...@accelerite.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f19a1631
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f19a1631
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f19a1631

Branch: refs/heads/master
Commit: f19a1631a5770d1806174e82bd32a1488a021a3f
Parents: 240f443 7a4220f
Author: Rajani Karuturi <ra...@accelerite.com>
Authored: Fri Nov 4 16:41:38 2016 +0530
Committer: Rajani Karuturi <ra...@accelerite.com>
Committed: Fri Nov 4 16:41:38 2016 +0530

----------------------------------------------------------------------
 .../src/com/cloud/storage/template/HttpTemplateDownloader.java | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------