-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UserAgent exposed for HTTP requests #12
base: master
Are you sure you want to change the base?
UserAgent exposed for HTTP requests #12
Conversation
/azp run |
Note that the issue here was that Maven Central had a CDN issue where some of their servers were missing the Apparently I didn't bother to save my login for their JIRA, but here's the link if someone wants to create an account:
|
I tested few more versions which led me into thinking that it is something with reverse proxy and DB partitioning/shardening. OK. Let me test AX PRs and if everything is OK we can close this PR. |
Seems like HttpClient has problems, in some cases, with getting info from Maven repositories.
NOTE[s]:
binderator
runs on Mac (never on Windows):MavenNet error after adding unit-test case reveals true cause of the exception/error:
Error/exception occurs ONLY for SOME artifacts (
gropuId
) - in this casecom.google.accompanist
group.Artifacts (repro data - urls) causing exception:
The reason for failures for SOME artifacts, could be behind reverse proxy and database partitioning/shardening
and requests hitting SOME/SPECIFIC HTTP server[s] for those specific packages.
The solution is to add
User-Agent
to requests, soHttpClient
was exposed, so headers can bemanipulated.