Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Contextual PropertyDefault ValueDescription

force.urlconnection.http.conduit

falseReverts the default HTTP client to URLConnectionHTTPConduit (by setting true)
share.httpclient.http.conduittrue

Shares the underlying HttpClient instance for the each unique HttpClientPolicy in ordre to reduce the memory / threading footprint. Set to false to disable sharing.

https.reset.httpclient.http.conduittrue

Reverts the underlying HttpClient instance upon HTTPS URL change.  Set to false to disable resetting.

org.apache.cxf.transport.http.forceVersion

By default, java.net.http.HttpClient prefers HTTP/2 protocol (if supported by the server). To override this behavior and prefer HTTP/1.1 instead, set this property to "1.1".

...