Jetty Maven Plugin 12.x no longer configures DefaultHandler
#12207
Labels
Bug
For general bugs on Jetty side
DefaultHandler
#12207
Jetty version(s)
12.0.12
Jetty Environment
EE 8
Java version/vendor
(use: java -version)
OpenJDK version 17.0.12 2024-07-16
OS type/version
Ubuntu 22.04.4 LTS x86_64
Description
Jetty Maven Plugin 10.x displayed a nice
DefaultHandler
listing known contexts when the user visited the root URL. Jetty 12.x no longer does this, and one of our developers complained about this in JENKINS-73608.In 10.x,
DefaultHandler
was instantiatied viaeclipse.jetty.maven.ServerSupport#configureHandlers
. As of #9305 in 12.x, the same method no longer instantiatesDefaultHandler
, and nothing else instantiates it, either. Note that #9305 failed to update the method's Javadoc, which (now incorrectly) states:How to reproduce?
The text was updated successfully, but these errors were encountered: