[
https://issues.apache.org/jira/browse/DEFT-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13107250#comment-13107250
]
Roger Schildmeijer commented on DEFT-187:
-----------------------------------------
quick fix (in AHC::makerequestlineandheaders)
builder.append(request.getVerb()).append("
").append(request.getURL().getPath()).append("?" +
request.getURL().getQuery()).append(" ");
> HTTP parameter support for AsynchronousHttpClient
> -------------------------------------------------
>
> Key: DEFT-187
> URL: https://issues.apache.org/jira/browse/DEFT-187
> Project: Deft
> Issue Type: Improvement
> Components: Core
> Reporter: Roger Schildmeijer
> Fix For: 0.4.0
>
>
> We are not sending the specified http parameters.
> Eg Request r = new Request("http://localhost:" + httpPort +
> "/api/po?start=1", HttpVerb.GET); will ignore the start http parameter
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira