mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
94f56a2684
Before this commit, JettyClientHttpResponse checked for the presence of a server-side class to determine whether it is running on Jetty 10. Unfortunately, that class is not necessarily present when just using the Jetty client. This commit improves the Jetty 10 check, so that it also works when the Jetty client is used without the server. Closes gh-27136