You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Oleg Kalnichevski (JIRA)" <ji...@apache.org> on 2017/03/20 12:40:41 UTC

[jira] [Resolved] (HTTPCLIENT-1831) Possible bug in URIBuilder

     [ https://issues.apache.org/jira/browse/HTTPCLIENT-1831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Kalnichevski resolved HTTPCLIENT-1831.
-------------------------------------------
       Resolution: Fixed
    Fix Version/s: 5.0 Alpha3
                   4.6 Alpha1
                   4.5.4

URIBuilder will no longer mess with relative URIs (those without an authority part). Fixed committed to SVN 4.5.x, 4.6.x and HttpCore trunk.

Please review and close.

Oleg

> Possible bug in URIBuilder
> --------------------------
>
>                 Key: HTTPCLIENT-1831
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1831
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>          Components: HttpClient (classic)
>    Affects Versions: 4.5.3
>            Reporter: Ivan Budincevic
>              Labels: bug
>             Fix For: 4.5.4, 4.6 Alpha1, 5.0 Alpha3
>
>
> While using the URIBuilder class to add a query parameter to a url using the 	addParameter(String param, String value) method, the output of this method would always append a "/" to the beginning of the url. 
> The problem was first noticed for urls that contained "./" at the beginning, with the resulting url output from addParameter having "/./" at the beginning, The attempted fix was to remove the "./" part of the urls in order to have a relative http path, but using this method would still append a "/" to the beginning, converting the url path to an absolute path instead of the original relative path. 
> This problem did not occur with versions previous to 4.5.3 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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