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

Oleg Kalnichevski resolved HTTPCLIENT-1519.
-------------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 4.3.5)

Fixed in SVN trunk.
http://svn.apache.org/r1603745

Please review / re-test.

Oleg

> 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.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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to