Closed
Bug 1507361
Opened 7 years ago
Closed 7 years ago
DOM URL parser does not normalize paths with single and double-dot segments with nonstandard schemes
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
DUPLICATE
of bug 1374505
| Tracking | Status | |
|---|---|---|
| firefox65 | --- | affected |
People
(Reporter: loganfsmyth, Unassigned)
Details
> var url = new URL("webpack:///folder/path/../file.js")
> url.toString()
> // "webpack:///folder/path/../file.js"
includes the `path` and `..` segments where the path should have been normalized to be "webpack:///folder/file.js".
Comment 1•7 years ago
|
||
Thanks, this is really a problem with our URL parser needing replacement so duping this as well. Hope that's okay.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 2•7 years ago
|
||
Totally fair, doesn't seem necessary to track these all separately as long as they are recorded somewhere.
You need to log in
before you can comment on or make changes to this bug.
Description
•