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

Barrie Treloar closed MECLIPSE-696.
-----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.5)
                   2.9

Added wagon to handle URLs, so that firewalls are supported
                
> Allow file contents to be obtained from url or location does not work behind 
> a firewall
> ---------------------------------------------------------------------------------------
>
>                 Key: MECLIPSE-696
>                 URL: https://jira.codehaus.org/browse/MECLIPSE-696
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.3
>            Reporter: Barrie Treloar
>            Assignee: Barrie Treloar
>             Fix For: 2.9
>
>
> See MECLIPSE-219
> The code uses raw getURL connections and the integration tests fail for 
> testProject44 because the can not connect.
> {code:title=EclipsePlugin.writeAdditionalConfig()}
> inStream = file.getURL().openConnection().getInputStream();
> {code}
> I tried setting -Dhttp.proxyHost as additional args the tests but this 
> doesn't appear to work.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to