Open KiliStrider opened 4 years ago
(uri/normalize-path "http://foo.bar/../../../") => "http://foo.bar../../"
I am not 100% sure but I think that the normalized version of this uri should stay the same as the origin.
Yep, looks like a bug to me.
(uri/normalize-path "http://foo.bar/../../../") => "http://foo.bar../../"
I am not 100% sure but I think that the normalized version of this uri should stay the same as the origin.