- From: Yutaka Hirano <notifications@github.com>
- Date: Wed, 15 Feb 2017 01:35:58 -0800
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 15 February 2017 09:36:37 UTC
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