Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.20.1
-
Unknown
-
Regression
Description
in the SalesforceComponent class, there is two ways to configure a http proxy :
- using setHttpProxyHost method and others alike
- using httpClientProperties map with proxy keys (HTTP_PROXY_HOST and others ...)
but instance variables set by setHttpProxyXXX methods are not used and should be considered as dead code.
one can have a look at the setupHttpClient() method to figure out that the proxy variables are not used, but only the properties map is.
This bug was discovered while proceeding to an upgrade from 2.19.x to 2.20.1.