jetty / jetty.project

Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
https://eclipse.dev/jetty
Other
3.84k stars 1.91k forks source link

Issue #12279 ensure handlers added correctly for maven plugin #12282

Closed janbartel closed 1 week ago

janbartel commented 1 week ago

Closes #12279

Ensure that when we configure the Server instance in the jetty maven plugin, ensure that we preserve any existing handler structure before adding in the ContextHandlerCollection along with any supplied ContextHandlers.