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

ASF subversion and git services commented on HTTPCLIENT-1876:
-------------------------------------------------------------

Commit 11190331d38f38fc0768c7c8d0ca5a726f910984 in httpcomponents-client's 
branch refs/heads/4.6.x from aleh_struneuski
[ https://git-wip-us.apache.org/repos/asf?p=httpcomponents-client.git;h=1119033 
]

HTTPCLIENT-1876. Improve the buildString() method in URIBuilder.


> 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-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org

Reply via email to