mirror of https://github.com/apache/cloudstack.git
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. |
||
|---|---|---|
| .. | ||
| com/cloud | ||
| org/apache/cloudstack/storage | ||