[GRADLE-2196] Cannot resolve artifact-only module that is served via HTTP redirects Created: 24/Mar/12 Updated: 04/Jan/13 Resolved: 27/Mar/12 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 1.0-milestone-7 |
Fix Version/s: | 1.0-rc-1 |
Type: | Bug | ||
Reporter: | Daz DeBoer | Assignee: | Daz DeBoer |
Resolution: | Fixed | Votes: | 0 |
Description |
If the URL is redirected, Apache HTTPClient is throwing a org.apache.http.client.CircularRedirectException when we first perform a HEAD, then a GET request for the same URL. This is because we share the same HttpContext for all requests. |