You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (Jira)" <ji...@apache.org> on 2020/05/17 20:08:00 UTC

[jira] [Closed] (WAGON-594) http.route.default-proxy config property never passes protocol and port of proxy server

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

Michael Osipov closed WAGON-594.
--------------------------------
    Resolution: Fixed

Fixed with [e227cdf59674c5a2ae82cfd313690fd2c17d3973|https://gitbox.apache.org/repos/asf?p=maven-wagon.git;a=commit;h=e227cdf59674c5a2ae82cfd313690fd2c17d3973].

> http.route.default-proxy config property never passes protocol and port of proxy server
> ---------------------------------------------------------------------------------------
>
>                 Key: WAGON-594
>                 URL: https://issues.apache.org/jira/browse/WAGON-594
>             Project: Maven Wagon
>          Issue Type: Bug
>          Components: wagon-http
>    Affects Versions: 3.4.0
>            Reporter: Michael Osipov
>            Assignee: Michael Osipov
>            Priority: Major
>             Fix For: 3.4.1
>
>
> Instead of using {{org.apache.http.HttpHost.create(String)}} the code uses {{org.apache.http.HttpHost.HttpHost(String)}} which accepts the host only. One can never set any other port than default one (80).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)