https://bugs.documentfoundation.org/show_bug.cgi?id=115547
--- Comment #26 from Mike Kaganski <[email protected]> --- (In reply to avsharapov from comment #0) > And correctly two file://C: (In reply to Julien Nabet from comment #11) > Indeed, there are 3 slashes but it opens. > I agree, that seeing 3 "/" is a bit weird. Just FTR. The *correct* form for local file URL is using *three* forward slashes. The first two start "authority" part of file hierarchy; and the third coming immediately means "empty authority part, i.e. local system", and starts absolute path. Ref: RFC8089, which shows correct examples for URLs both on Unix-like, as well as Windows, paths. They indeed have three slashes. Two slashes and an absolute path without an "authority" (usually host) is invalid, although widely accepted as a commonly met variant. -- You are receiving this mail because: You are the assignee for the bug.
