You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Bernd Vogt (JIRA)" <ji...@codehaus.org> on 2011/04/08 09:51:22 UTC

[jira] Created: (MCHANGES-231) Changes plugin doesn't use maven proxy settings

Changes plugin doesn't use maven proxy settings
-----------------------------------------------

                 Key: MCHANGES-231
                 URL: http://jira.codehaus.org/browse/MCHANGES-231
             Project: Maven 2.x Changes Plugin
          Issue Type: Bug
          Components: jira
    Affects Versions: 2.4
            Reporter: Bernd Vogt


Donwloading JIRA reports doesn't work inside a local network with http proxy, even if the JIRA-host is configured as {{<nonProxyHosts />}} in the {{settings.xml}}.

[INFO] Generating "JIRA Report" report.
[INFO] Downloading from JIRA at: http://<JIRA-host>/jira/secure/IssueNavigator.jspa?view=rss&pid=10062&statusIds=6&resolutionIds=1&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=100&reset=true&decorator=none
[WARNING] Downloading from JIRA failed. Received: [502]
[WARNING] JIRA file /home/vr/vr4build/build-env/data/jenkins/data/jobs/Generator Maven Plug-ins Nightly/workspace/target/jira-results.xml doesn't exist.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MCHANGES-231) Changes plugin doesn't use maven proxy settings

Posted by "Bernd Vogt (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MCHANGES-231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=262943#action_262943 ] 

Bernd Vogt commented on MCHANGES-231:
-------------------------------------

Found the problem.

{{JiraHelper#validateNonProxyHosts}} gets called with {{http://<JIRA-host>/jira}} as value for the {{targetHost}} argument. Expected just {{<JIRA-host>}}.

> Changes plugin doesn't use maven proxy settings
> -----------------------------------------------
>
>                 Key: MCHANGES-231
>                 URL: http://jira.codehaus.org/browse/MCHANGES-231
>             Project: Maven 2.x Changes Plugin
>          Issue Type: Bug
>          Components: jira
>    Affects Versions: 2.4
>            Reporter: Bernd Vogt
>
> Donwloading JIRA reports doesn't work inside a local network with http proxy, even if the JIRA-host is configured as {{<nonProxyHosts />}} in the {{settings.xml}}.
> [INFO] Generating "JIRA Report" report.
> [INFO] Downloading from JIRA at: http://<JIRA-host>/jira/secure/IssueNavigator.jspa?view=rss&pid=10062&statusIds=6&resolutionIds=1&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=100&reset=true&decorator=none
> [WARNING] Downloading from JIRA failed. Received: [502]
> [WARNING] JIRA file /home/vr/vr4build/build-env/data/jenkins/data/jobs/Generator Maven Plug-ins Nightly/workspace/target/jira-results.xml doesn't exist.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MCHANGES-231) Changes plugin doesn't use maven proxy settings

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MCHANGES-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg closed MCHANGES-231.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.5

An attempt to fix this was committed in [r1095497|http://svn.apache.org/viewvc?view=revision&revision=1095497].

I have deployed a new 2.5-SNAPSHOT. Please try it to see if it solves this issue.

> Changes plugin doesn't use maven proxy settings
> -----------------------------------------------
>
>                 Key: MCHANGES-231
>                 URL: http://jira.codehaus.org/browse/MCHANGES-231
>             Project: Maven 2.x Changes Plugin
>          Issue Type: Bug
>          Components: jira
>    Affects Versions: 2.4
>            Reporter: Bernd Vogt
>            Assignee: Dennis Lundberg
>             Fix For: 2.5
>
>
> Donwloading JIRA reports doesn't work inside a local network with http proxy, even if the JIRA-host is configured as {{<nonProxyHosts />}} in the {{settings.xml}}.
> [INFO] Generating "JIRA Report" report.
> [INFO] Downloading from JIRA at: http://<JIRA-host>/jira/secure/IssueNavigator.jspa?view=rss&pid=10062&statusIds=6&resolutionIds=1&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=100&reset=true&decorator=none
> [WARNING] Downloading from JIRA failed. Received: [502]
> [WARNING] JIRA file /home/vr/vr4build/build-env/data/jenkins/data/jobs/Generator Maven Plug-ins Nightly/workspace/target/jira-results.xml doesn't exist.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira