[
https://issues.apache.org/jira/browse/HTTPCLIENT-2027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16969007#comment-16969007
]
Oleg Kalnichevski commented on HTTPCLIENT-2027:
-----------------------------------------------
[~cdalxndr] I disagree that {{URIBuilder}} should automatically normalize URIs.
Its job is to build any arbitrary valid URI from components specified by the
user. For normalization please use {{URI#normalize}}
Oleg
> Normalize URIBuilder path
> -------------------------
>
> Key: HTTPCLIENT-2027
> URL: https://issues.apache.org/jira/browse/HTTPCLIENT-2027
> Project: HttpComponents HttpClient
> Issue Type: Improvement
> Affects Versions: 4.5.10
> Reporter: cda
> Priority: Major
>
> The following url:
> [*http://test.com/remove/./../path*|http://test.com/path]
> should be normalized to:
> *[http://test.com/path]*
> when building url.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]