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

Jon Moore commented on HTTPCLIENT-1198:
---------------------------------------

One final comment here: for the cache validation case, all of the variables get 
set by the "backend" client (including HTTP_CONNECTION and HTTP_PROXY_HOST, if 
applicable) and the values are set to what is actually sent to and received 
from the origin.

                
> HttpHost is not set in HttpContext in CachingHttpClient
> -------------------------------------------------------
>
>                 Key: HTTPCLIENT-1198
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1198
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>          Components: Cache, HttpClient
>    Affects Versions: 4.1.3, 4.2 Final
>            Reporter: Ilirjan Papa
>            Assignee: Jon Moore
>             Fix For: 4.2.1
>
>
> The HttpHost cames back as null, causing a NullPointerException when using 
> CachingHttpClient.
> HttpHost actualHost = 
> (HttpHost)requestContext.getAttribute(ExecutionContext.HTTP_TARGET_HOST);
> The host should be set in the HttpContext.

--
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