Skip to content

erdi/jetty-12094

Repository files navigation

This is a reproducer project for jetty/jetty.project#12094.

To reproduce, after cloning:

  • git checkout jetty-11
  • ./gradlew run
  • curl localhost:8090/hello should return Hello world!
  • curl localhost:8091/hello should return Hello world!
  • stop ./gradlew run
  • git checkout jetty-12
  • ./gradlew run
  • curl localhost:8090/hello should return Hello world!
  • curl localhost:8091/hello returns a 503

Authored using JDK 21.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages