[url] All instances of %2e in the path should be decoded into `.` (#77)

Currently Chrome, Edge and Firefox decode instances of %2e in the path to . regardless if it is a path segment or not. (Safari doesn't decode it at all).
As noted in [1], I believe this is the correct behaviour, as to access a file named %2eX one actually has to navigate to path/%252eX.

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1042347#c4

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/issues/77

Received on Wednesday, 13 January 2016 22:10:04 UTC