Re: [whatwg/url] Needs to ignore repeated slashes in file URL (#232)

If we ignore repeating leading slashes in pathname on file://localhost/ (i.e., "file://localhost////////////path" is parsed as "file:///path"), I think we should ignore them even when `authority` is not empty. In other words, if we ignore repeating leading slahes in pathname only when `authority` is empty, I think we should not omit 'localhost'.

-- 
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/232#issuecomment-279961917

Received on Wednesday, 15 February 2017 09:36:37 UTC