Re: [whatwg/url] File URL reparse bug with percent encoded windows drive letter (#559)

After tinkering around a bit more, I think we should have `file://c%7C/` canonicalize to `file:///c:/` and not return failure because `file://c|/` canonicalizes to `file:///c:/` in IE and Edge and the current specification has us percent-decode file hosts.  It's worth making this change to stay idempotent.

-- 
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/issues/559#issuecomment-719738811

Received on Friday, 30 October 2020 18:59:38 UTC