[whatwg/url] Stop decoding all %2e's in paths (#156)

This basically reverts bee5ad8041adfe6fc676c527bbc3f3cf4562ef67 as it
did not end up shipping in Firefox and the tentative conclusion is that
percent-decoding in URLs while parsing creates more trouble than it’s
worth.

We’ll still handle %2e when it’s part of a single-dot or double-dot
path segment.

Fixes #87.
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/url/pull/156

-- Commit Summary --

  * Stop decoding all %2e's in paths

-- File Changes --

    M url.bs (8)
    M url.html (7)

-- Patch Links --

https://github.com/whatwg/url/pull/156.patch
https://github.com/whatwg/url/pull/156.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/pull/156

Received on Friday, 28 October 2016 11:51:15 UTC