Closed Bug 1895233 Opened 2 years ago Closed 2 years ago

Potentially incorrect parsing of <file:w|m>

Categories

(Core :: Networking, defect, P3)

defect

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.

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: nobody → sekim
Status: NEW → ASSIGNED
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
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
See Also: → 1901810
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
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.

Attachment

General

Created:
Updated:
Size: