-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
README link is broken #11872
Comments
I've just experienced a related issue where https://eclipse.dev/jetty/configure_10_0.dtd is redirecting to https://jetty.org//configure_10_0.dtd, which is causing a web app to fail to start up: |
@stephendnicholas you have three things to address.
|
I believe Eclipse is fixing the redirect. I'll post here when I get confirmation. |
Thanks for the reply @joakime I'm using the Eclipse Jetty integration (https://eclipse-jetty.github.io/) with its out of the box configuration, which I believe has 9.4 bundled inside, and specifies the 10.0 dtd automatically I could probably look to reconfigure things to try and target a newer version of Jetty, which may then be configured differently, but I don't believe that's directly related to the issue here, and I just wanted to comment to give you a heads-up that the potential impact of this is larger than just a link in a readme (as I imagine a lot of people might be using the Eclipse integration in the same way I am) |
@stephendnicholas that project is not run by the group here. It's a standalone project with a different group of developers / committers. |
@wendigo the redirect should be fixed. |
https://eclipse.dev/jetty/ redirects to https://jetty.org// which renders
HTTP ERROR 400 Ambiguous URI empty segment
😢The text was updated successfully, but these errors were encountered: