wtetzner / exploding-fish

A URI library for Clojure
Other
150 stars 12 forks source link

normalize-path behaviour seams incorrect in this scenario #28

Open KiliStrider opened 4 years ago

KiliStrider commented 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.

wtetzner commented 4 years ago

Yep, looks like a bug to me.