[
https://issues.apache.org/jira/browse/HTTPCORE-459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Kalnichevski moved HTTPCLIENT-1757 to HTTPCORE-459:
--------------------------------------------------------
Fix Version/s: (was: 5.0 Alpha2)
5.0-alpha4
Affects Version/s: (was: 4.5.2)
5.0-alpha3
Component/s: (was: HttpClient (classic))
Workflow: classic default workflow (was: Default workflow,
editable Closed status)
Key: HTTPCORE-459 (was: HTTPCLIENT-1757)
Project: HttpComponents HttpCore (was: HttpComponents HttpClient)
> Make request available to ResponseHandlers
> ------------------------------------------
>
> Key: HTTPCORE-459
> URL: https://issues.apache.org/jira/browse/HTTPCORE-459
> Project: HttpComponents HttpCore
> Issue Type: Improvement
> Affects Versions: 5.0-alpha3
> Reporter: Tobias Oberlies
> Fix For: 5.0-alpha4
>
>
> We use HttpClients for a system test of a REST API. We are using
> ResponseHandlers to directly convert the response entity to a data structure
> that is suitable for assertions.
> This works very well, except for the occasional case where the system under
> test responds with an unexpected status code. In this case, the response
> handler throws an exception. For a good error message, it would be useful to
> also include the request URL. However the request object is not available in
> the ResponseHandler.handleResponse method.
> So this is a request to also make the HttpRequest object available in the
> ResponseHandler.handleResponse method. This could be done by adding a getter
> in the HttpResponse class, or by creating a new interface (e.g.
> HttpResponseHandler2) with a two-parameter handleResponse method.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]