[GRADLE-2675] Add option to eagerly send HTTP authentication headers Created: 11/Feb/13 Updated: 06/Jun/16 Resolved: 10/Dec/15 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 2.7-rc-1 |
Type: | New Feature | ||
Reporter: | Daniel Beck | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Issue Links: |
|
Description |
Gradle does not send HTTP authentication headers to repositories unless challenged by HTTP 401, even if credentials have been defined. Please add an option to eagerly send credentials to repositories that don't send HTTP 401, similar to the wget option --auth-no-challenge. This would also be useful for repositories that allow both authenticated and unauthenticated access, but restrict access to resources marked public in the latter case. |
Comments |
Comment by Daniel Beck [ 11/Feb/13 ] |
Related issue in the Artifactory Jira: https://issues.jfrog.org/jira/browse/RTFACT-5469 |