Files
Merge_Conflict - Pasi 04e2584f7a fix: pop drive-letter lookalike segment for non-file schemes (#2794)
rust-url treats a trailing 'C:'/'C|' path segment as a Windows drive
letter when shortening a path with '..', for every scheme. Per the URL
Standard that exemption only applies to file:. Work around it in the
Rust binding (fix pending upstream in servo/rust-url#1138) so that
new URL('..', 'abc://x/y/z/C:/') resolves to 'abc://x/y/z/'.
2026-09-04 18:05:13 +03:00
..
2026-08-20 17:26:23 +08:00
2026-08-28 12:53:36 +08:00
2026-08-19 21:49:02 +08:00
2026-08-25 17:02:56 +08:00