Closed eugenepaniot closed 1 year ago
NB: It comes from ff01a9400f30633d135f22f48e2e110923d6fe26.
So it was implemented for the http client (now an http client is built into tarantool itself). And it is anyway a strange thing. It is valid URI with relative path. I don't see a proper reason to ban it.
Does the http client handle "./" and "../" as per rfc3986 clause 5.2.4. "Remove Dot Segments"?
https://github.com/tarantool/http/blob/606fa09bf4e8e4bd911e4d78a9d3fd3ee5042cdb/http/server.lua#L738
Tarantool suggests the url request
/some/valid/path./
as invalid, but it should not.I need to get request
path
as is. Thank you.How to reproduce: