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 19:45:00 UTC

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

Michael Osipov created WAGON-594:
------------------------------------

             Summary: http.route.default-proxy config property never passed 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
             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)