Closed miss-islington closed 3 days ago
Discard any 'localhost' authority from the beginning of a file: URI. As a result, file URIs like //localhost/etc/hosts are correctly decoded as /etc/hosts. (cherry picked from commit ebf564a1d3e2e81b9846535114e481d6096443d2)
file:
//localhost/etc/hosts
/etc/hosts
Co-authored-by: Barney Gale barney.gale@gmail.com
Discard any 'localhost' authority from the beginning of a
file:
URI. As a result, file URIs like//localhost/etc/hosts
are correctly decoded as/etc/hosts
. (cherry picked from commit ebf564a1d3e2e81b9846535114e481d6096443d2)Co-authored-by: Barney Gale barney.gale@gmail.com