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

README link is broken #11872

Closed
wendigo opened this issue Jun 3, 2024 · 6 comments
Closed

README link is broken #11872

wendigo opened this issue Jun 3, 2024 · 6 comments
Assignees
Labels
Bug For general bugs on Jetty side

Comments

@wendigo
Copy link

wendigo commented Jun 3, 2024

https://eclipse.dev/jetty/ redirects to https://jetty.org// which renders HTTP ERROR 400 Ambiguous URI empty segment 😢

@wendigo wendigo added the Bug For general bugs on Jetty side label Jun 3, 2024
@stephendnicholas
Copy link

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:

image

@joakime
Copy link
Contributor

joakime commented Jun 3, 2024

@stephendnicholas you have three things to address.

  1. You are using an End of Community Support version of Jetty.
  1. you have something wrong with your jetty-xml jar, it shouldn't be going out onto the internet for the configure.dtd.

  2. you have a XML that is referencing a 10.0 dtd, but are running a Jetty 9.4.49 version of Jetty (that will never work)

@jmcc0nn3ll
Copy link
Contributor

I believe Eclipse is fixing the redirect. I'll post here when I get confirmation.

@stephendnicholas
Copy link

stephendnicholas commented Jun 3, 2024

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)

@joakime
Copy link
Contributor

joakime commented Jun 3, 2024

@stephendnicholas that project is not run by the group here.

It's a standalone project with a different group of developers / committers.

@joakime
Copy link
Contributor

joakime commented Jun 3, 2024

@wendigo the redirect should be fixed.

@wendigo wendigo closed this as completed Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For general bugs on Jetty side
Projects
None yet
Development

No branches or pull requests

4 participants