You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows us to apply settings to the HttpClient from the resourceFactory and apply additional customization. Unfortunately, the only way we can change the sslContextFactory is when constructing the HttpClient (we can't use the customizer). This means we're forced to copy/paste the code that applies theresourceFactory items.
Could we please have an additional constructor that takes a HttpClient instance and still applies the JettyResourceFactory settings.
The text was updated successfully, but these errors were encountered:
See spring-projects/spring-boot#16810 for background.
Currently
JettyClientHttpConnector
has the following constructor:This allows us to apply settings to the
HttpClient
from theresourceFactory
and apply additional customization. Unfortunately, the only way we can change thesslContextFactory
is when constructing theHttpClient
(we can't use the customizer). This means we're forced to copy/paste the code that applies theresourceFactory
items.Could we please have an additional constructor that takes a
HttpClient
instance and still applies theJettyResourceFactory
settings.The text was updated successfully, but these errors were encountered: