Closed garydgregory closed 6 months ago
I take this one, but we are in the process of a major conversion to Antora on the mainline Jetty branches, so I'll make sure this is addressed after that lands.
But the class org.eclipse.jetty.server.handler.ContextHandlerCollection does not have a 0-arg constructor in 12.0.9.
ContextHandlerCollection(ContextHandler... contexts)
should also work with no parameters.
@garydgregory are you sure?
@sbordet You're right! My IDE must have been complaining about somethings else. Sorry about that.
Hello,
The page https://eclipse.dev/jetty/documentation/jetty-12/programming-guide/index.html#pg-server-http-handler
shows the code fragment:
But the class
org.eclipse.jetty.server.handler.ContextHandlerCollection
does not have a 0-arg constructor in 12.0.9.