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

The link in webapps/hello-servlet-5/src/main/webapp/hello.html is wrong #228

Open
afarber opened this issue Oct 20, 2024 · 0 comments
Open

Comments

@afarber
Copy link
Contributor

afarber commented Oct 20, 2024

Hello, it seems to me that the link in the https://github.com/jetty/jetty-examples/blob/12.0.x/webapps/hello-servlet-5/src/main/webapp/hello.html file is wrong and it should be "/hello/hello" instead of the "/hello":

screenshot

How to reproduce:

mkdir -p hello/jetty.base
cd hello/jetty.base
java -jar ~/jetty-home-12.0.14/start.jar --add-modules=server,http,ee10-deploy
mvn package -f ~/jetty-examples/webapps/hello-servlet-5/pom.xml
cp ~/jetty-examples/webapps/hello-servlet-5/target/hello.war webapps
java -jar ~/jetty-home-12.0.14/start.jar
joakime added a commit that referenced this issue Oct 22, 2024
Issue #228 fix the link in hello.html
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

1 participant