- From: Valentin Gosu <notifications@github.com>
- Date: Mon, 27 Sep 2021 01:20:27 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 27 September 2021 08:20:43 UTC
I agree with Anne. Ideally we'd do as little processing as possible on a URL, and let the server handle them as well as they can. There are corner cases beyond percent encoding. For example `http://example.com/path/to//file` (two slashes) and `http://example.com/path/to/file` (one slash) are essentially equivalent from the filesystem's point of view, but depending on the web server you're using, they might not be. While the URL parser could say that we should collapse the two paths, it's probably more important that we keep the processing to a minimal in order to not change the URL's initial form. -- 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/606#issuecomment-927640769
Received on Monday, 27 September 2021 08:20:43 UTC