Re: [whatwg/url] Changes to file URL path normalization (#544)

> In general the mapping from URLs to files on the filesystem will not be 1:1. E.g. on Windows `/path` and `/PATH` are the same file. This just adds one more case of this type.

Not if you have the case sensitive flag enabled on the directory in which the file is located:
- <https://devblogs.microsoft.com/commandline/per-directory-case-sensitivity-and-wsl/>
- <https://devblogs.microsoft.com/commandline/improved-per-directory-case-sensitivity-support-in-wsl/>

-- 
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/544#issuecomment-703786855

Received on Monday, 5 October 2020 17:48:33 UTC