You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Jochen Wiedmann (JIRA)" <ji...@codehaus.org> on 2007/11/11 20:43:36 UTC

[jira] Updated: (WAGON-82) wagon-webdav does not set http-proxy correctly

     [ http://jira.codehaus.org/browse/WAGON-82?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jochen Wiedmann updated WAGON-82:
---------------------------------

    Attachment: 0001-Added-the-ProxyInfoProvider-interface-in-order-to-fi.patch

Updated patch for WAGON, created using git.


> wagon-webdav does not set http-proxy correctly
> ----------------------------------------------
>
>                 Key: WAGON-82
>                 URL: http://jira.codehaus.org/browse/WAGON-82
>             Project: wagon
>          Issue Type: Bug
>          Components: wagon-webdav
>    Affects Versions: 1.0-beta-2
>         Environment: any system
>            Reporter: Marc Wilhelm
>            Assignee: Brett Porter
>            Priority: Blocker
>         Attachments: 0001-Added-the-ProxyInfoProvider-interface-in-order-to-fi.patch, WAGON-82-maven-artifact-manager.patch, WAGON-82-tested-maven-artifact-manager.patch, WAGON-82-tested-wagon.patch, WAGON-82-wagon.patch, wagon-webdav.patch
>
>
> Webdav connections through a http-proxy are currently not possible.
> The webdav provider opens first a connection to the target system and checks after this, if a proxy should be used.
> To fix this in the method "org.apache.maven.wagon.providers.webdav.WebdavWagon#openConnection()"  the call "webdavResource = new CorrectedWebdavResource( httpURL );" must be changed into "webdavResource = new CorrectedWebdavResource( );" and after configuring the http-proxy the method call "webdavResource.setHttpURL(httpURL);" must be added.

-- 
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