You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Guillaume Boucherie (JIRA)" <ji...@codehaus.org> on 2014/05/06 17:47:10 UTC

[jira] (MCHANGES-334) RestJiraDownloader doesn't honor proxy settings

     [ https://jira.codehaus.org/browse/MCHANGES-334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Boucherie updated MCHANGES-334:
-----------------------------------------

    Attachment: MCHANGES-334.patch

Attached MCHANGES-334.patch that call getProxyInfo(jiraUrl) before setupWebClient(jiraUrl).

> RestJiraDownloader doesn't honor proxy settings
> -----------------------------------------------
>
>                 Key: MCHANGES-334
>                 URL: https://jira.codehaus.org/browse/MCHANGES-334
>             Project: Maven Changes Plugin
>          Issue Type: Bug
>          Components: jira
>    Affects Versions: 2.10
>            Reporter: Guillaume Boucherie
>            Priority: Critical
>         Attachments: MCHANGES-334.patch
>
>
> Trying to generate an announcement mail with Jira I get a connection timeout exception.
> When I activate debug trace I see that no proxy is used.
> By debugging method setupWebClient (line 547) in RestJiraDownloader class I see that the field proxyHost is always null so the WebClient proxy will never be initialized properly.
> I think we must add a call to getProxyInfo in doExecute method of RestJiraDownloader before the call to setupWebClient



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)