Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 471 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 471 Bytes

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.