Improve Jetty 10 check in JettyClientHttpResponse #27136
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
JettyClientHttpResponse
checks for the presence oforg.eclipse.jetty.websocket.server.JettyWebSocketServerContainer
to determine whether it is running on Jetty 10, but that type is not necessarily present when using just the client libraries, without Jetty server.We should improve
JettyClientHttpResponse
's Jetty 10 check.The text was updated successfully, but these errors were encountered: