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

Broken Javadoc URL #1284

Closed
NotMyFault opened this issue Feb 22, 2023 · 3 comments
Closed

Broken Javadoc URL #1284

NotMyFault opened this issue Feb 22, 2023 · 3 comments
Milestone

Comments

@NotMyFault
Copy link

Hey,

It appears that a recent changed forced a change of the Javadoc URL from https://logging.apache.org/log4j/2.x/log4j-api/apidocs/ to https://logging.apache.org/log4j/2.x/javadoc/log4j-api/index.html.

Is there a particular reason why this was changed without a redirect pointing to the new location? This change affects hundreds of files in open source projects, now left behind broken.

Some builds may also fail because a build tool can no longer obtain the file from the old location:

Error fetching URL: https://logging.apache.org/log4j/2.x/log4j-api/apidocs/ (java.io.FileNotFoundException: https://logging.apache.org/log4j/2.x/log4j-api/apidocs/package-list)
@vy
Copy link
Member

vy commented Feb 22, 2023

Thanks for the heads up @NotMyFault. I have fixed it, for now. I will bring this up in the dev@ mailing list to decide on a permanent fix.

@vy vy added this to the 2.21.0 milestone Feb 23, 2023
@vy
Copy link
Member

vy commented Feb 23, 2023

Fixed in b1b687b.

@vy vy closed this as completed Feb 23, 2023
@NotMyFault
Copy link
Author

Fixed in b1b687b.

Thanks!

@ppkarwasz ppkarwasz modified the milestones: 2.21.0, 2.20.1 Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants