- From: Daijirō Wachi <notifications@github.com>
- Date: Thu, 09 Feb 2017 09:47:03 -0800
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 9 February 2017 17:47:55 UTC
@rmisev Thanks for your comment, that's a good point indeed! I will try supporting it, and potentially we need to update some logics around the file host state. I also find an another case that should ignore some slashes: **input:** `new URL('////////server/file', 'file:///tmp/mock/path')` **href:** `file:///server/file` **pathname:** `/server/file` So it's not only about when the base is `localhost` but also includes some of the other base hosts. -- 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-278717694
Received on Thursday, 9 February 2017 17:47:55 UTC