Skip to content
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

Ignore httpcomponents Javadoc as it fails the build #29479

Closed
bclozel opened this issue Nov 14, 2022 · 1 comment
Closed

Ignore httpcomponents Javadoc as it fails the build #29479

bclozel opened this issue Nov 14, 2022 · 1 comment
Assignees
Labels
type: task A general task
Milestone

Comments

@bclozel
Copy link
Member

bclozel commented Nov 14, 2022

Currently the HttpComponents Javadoc is unavailable and responds with a 403 Forbidden status.
We should ignore it completely until the situation is resolved.

$ http https://hc.apache.org/httpcomponents-client-5.2.x/current/httpclient5/apidocs/
HTTP/1.1 403 Forbidden
Accept-Ranges: bytes
Connection: keep-alive
Content-Length: 199
Content-Type: text/html; charset=iso-8859-1
Date: Mon, 14 Nov 2022 09:41:55 GMT
Server: Apache
Via: 1.1 varnish, 1.1 varnish
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Served-By: cache-hel1410033-HEL, cache-cdg20720-CDG
X-Timer: S1668418915.238071,VS0,VE39

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access this resource.</p>
</body></html>
@bclozel bclozel added the type: task A general task label Nov 14, 2022
@bclozel bclozel added this to the 6.0.0 milestone Nov 14, 2022
@bclozel bclozel self-assigned this Nov 14, 2022
sbrannen added a commit that referenced this issue Nov 15, 2022
This reverts commit f50b472.

HttpComponents Javadoc is available again.

See gh-29479
See https://issues.apache.org/jira/browse/HTTPCLIENT-2227
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

No branches or pull requests

2 participants