-
Bug
-
Resolution: Done
-
Major
-
3.0.14.Final
-
None
As described here the RequestConfig class is used to control certain behaviour in HttpClient 4.5 such as cookie policy.
ApacheHttpClient4Engine completely ignores this and always uses the default cookie policy which leads to unnecessary log warnings. This issue has been described before in RESTEASY-975 and could be fixed by changing #createHttpMethod to copy the default config from the HttpClient. Currently there is no way to set this, and then InternalHttpClient#doExecute creates a RequestConfig based on the request HttpParams which also cannot be modified.
- is related to
-
RESTEASY-975 Client Framework not honoring connection timeouts Apache Client 4.3
- Resolved
-
JBEAP-12012 [GSS](7.0.z) RESTEASY-1285 - ApacheHttpClient4Engine ignores HttpClient#defaultRequestConfig
- Closed
-
RESTEASY-1357 Deprecated Apache classes cleanup
- Resolved