You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Oleg Kalnichevski (JIRA)" <ji...@apache.org> on 2014/06/18 15:00:17 UTC

[jira] [Updated] (HTTPCLIENT-1519) redundant port when executing request

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

Oleg Kalnichevski updated HTTPCLIENT-1519:
------------------------------------------

      Component/s: HttpClient
         Priority: Minor  (was: Major)
    Fix Version/s: 4.4 Alpha1
                   4.3.5

> redundant port when executing request
> -------------------------------------
>
>                 Key: HTTPCLIENT-1519
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1519
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>          Components: HttpClient
>            Reporter: Isaac LAM
>            Priority: Minor
>             Fix For: 4.3.5, 4.4 Alpha1
>
>
> When HttpClient execute request using HttpHost
> e.g. client.execute(new HttpHost("www.example.com"), new HttpGet("/"));
> the request will add a redundant port to Host header and/or URI
> GET / HTTP/1.1
> Host: www.example.com:80
> .......(if through proxy)
> GET http://www.example.com:80/ HTTP/1.1
> Host: www.example.com:80



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org