[ 
https://issues.apache.org/jira/browse/HTTPCLIENT-1200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286622#comment-13286622
 ] 

Guillaume Castagnino commented on HTTPCLIENT-1200:
--------------------------------------------------

Confirmed, looks good to me, my app works fine with this fix

Thanks !
                
> DecompressingHttpClient fails to request on https host
> ------------------------------------------------------
>
>                 Key: HTTPCLIENT-1200
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1200
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>          Components: HttpClient
>    Affects Versions: 4.2 Final
>         Environment: Ubuntu / openjdk-7
>            Reporter: Guillaume Castagnino
>             Fix For: 4.2.1
>
>         Attachments: fix-host.patch
>
>
> When using the DecompressingHttpClient on a https host, if the client is 
> executed with "execute(HttpUriRequest request, HttpContext context)" or any 
> other execute method that do not provide the HttpHost target, the target is 
> generated from the getHttpHost method.
> Problem in this method is that uri.getAuthority() may not contain scheme, nor 
> port. So this results in issuing https queries to port 80.
> Follow a patch that fixes this

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to