You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Aleh Struneuski (JIRA)" <ji...@apache.org> on 2017/10/23 14:33:00 UTC

[jira] [Commented] (HTTPCLIENT-1876) Improve the buildString() method in URIBuilder

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

Aleh Struneuski commented on HTTPCLIENT-1876:
---------------------------------------------

Can I improve it ?

> Improve the buildString() method in URIBuilder
> ----------------------------------------------
>
>                 Key: HTTPCLIENT-1876
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1876
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>          Components: HttpClient (classic)
>    Affects Versions: 4.4.1
>            Reporter: Aleh Struneuski
>            Priority: Minor
>
> After building URI using URIBuilder with the setParameters method which has an empty list as argument, the created URI ends with symbol ?.
> String testUrl = "https://test.com/test_path?key=value";
> URI uri = new URIBuilder(testUrl).clearParameters().setParameters(Arrays.asList()).build();



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org