Closed
Bug 1895233
Opened 2 years ago
Closed 2 years ago
Potentially incorrect parsing of <file:w|m>
Categories
(Core :: Networking, defect, P3)
Core
Networking
Tracking
()
RESOLVED
FIXED
129 Branch
| Tracking | Status | |
|---|---|---|
| firefox129 | --- | fixed |
People
(Reporter: tschuster, Assigned: sekim)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged], [wptsync upstream])
Attachments
(1 file)
We seem to parse file:w|m as "file:///w:m" instead of "file:///w|m" as expected by whatwg-url at least.
Comment 1•2 years ago
|
||
file:C|/m/ should parse as file:///C:/m/, so I think the important bit here is the / after the |
Severity: -- → S3
Priority: -- → P3
Whiteboard: [necko-triaged]
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → sekim
| Assignee | ||
Updated•2 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Attachment #9404897 -
Attachment description: Bug 1895233 - Fix incorrect parsing of <file:w|m> by detecting file:|/ in BuildNormalizedSpec r?valentin → Bug 1895233 - Fix incorrect parsing of <file:w|m> by detecting file:*|/ in BuildNormalizedSpec r?valentin
Updated•2 years ago
|
Attachment #9404897 -
Attachment description: Bug 1895233 - Fix incorrect parsing of <file:w|m> by detecting file:*|/ in BuildNormalizedSpec r?valentin → Bug 1895233 - Fix incorrect parsing of <file:w|m> by detecting file:|/ in BuildNormalizedSpec r?valentin
Pushed by kjang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/87d94a0e7911
Fix incorrect parsing of <file:w|m> by detecting file:|/ in BuildNormalizedSpec r=valentin,necko-reviewers
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/46720 for changes under testing/web-platform/tests
Whiteboard: [necko-triaged] → [necko-triaged], [wptsync upstream]
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•