Details
-
Wish
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
4.5
-
None
Description
Is the fact that the Fluent Executor does not call useSystemProperties when building its HttpClient a design decision? This is quite painful as it requires us to fork a library we are using, which in turn uses the Fluent client, in order to get it to accept proxy settings by manually adding the proxy. Every other library that our application uses respects http.proxyHost and http.proxyPort, so this is pretty unfortunate. If not using the system properties was not a design decision, can we change the Fluent Executor to use them?