You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Zoran Regvart (JIRA)" <ji...@apache.org> on 2018/02/27 13:39:00 UTC

[jira] [Resolved] (CAMEL-12123) camel-salesforce - Http proxy support uses two inconsistent methods and is broken

     [ https://issues.apache.org/jira/browse/CAMEL-12123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zoran Regvart resolved CAMEL-12123.
-----------------------------------
       Resolution: Fixed
         Assignee: Zoran Regvart
    Fix Version/s: 2.21.0

Fixed to take both methods of configuring HTTP proxy under consideration.

> camel-salesforce - Http proxy support uses two inconsistent methods and is broken
> ---------------------------------------------------------------------------------
>
>                 Key: CAMEL-12123
>                 URL: https://issues.apache.org/jira/browse/CAMEL-12123
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-salesforce
>    Affects Versions: 2.20.1
>            Reporter: Mabrouk Belhout
>            Assignee: Zoran Regvart
>            Priority: Major
>              Labels: proxy, salesforce
>             Fix For: 2.21.0
>
>
> 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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)