This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 24250 - Backslashes at the beggining of path are ignored
Summary: Backslashes at the beggining of path are ignored
Status: RESOLVED INVALID
Alias: None
Product: WHATWG
Classification: Unclassified
Component: URL (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: Unsorted
Assignee: Anne
QA Contact: sideshowbarker+urlspec
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-09 08:02 UTC by Santiago M. Mola
Modified: 2014-01-09 08:18 UTC (History)
2 users (show)

See Also:


Attachments

Description Santiago M. Mola 2014-01-09 08:02:09 UTC
According to W3C's web-platform-tests:
http://example.com\\foo\\bar -> http://example.com//foo//bar

This matches the behaviour of Blink.

However, the spec ignores backslash at the beggining of path, so:
http://example.com\\foo\\bar -> http://example.com/foo//bar
Comment 1 Santiago M. Mola 2014-01-09 08:04:15 UTC
Disregard this. I implemented a "Otherwise..." when there was none in the spec. Sorry for the noise.