Closed
Bug 1545574
Opened 6 years ago
Closed 6 years ago
[wpt-sync] Sync PR 16319 - [xhr] Remove None headers from the server handler
Categories
(Core :: DOM: Networking, defect, P4)
Core
DOM: Networking
Tracking
()
RESOLVED
FIXED
mozilla69
| Tracking | Status | |
|---|---|---|
| firefox69 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream][necko-triaged])
Sync web-platform-tests PR 16319 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/16319
Details from upstream follow.
Robert Ma <robertma@chromium.org> wrote:
[xhr] Remove None headers from the server handler
authentication.py incorrectly returns some headers with None as the
value, which causes exceptions in wptserve.The file was created in 234a672d023e8f57f3c78ca129788ca650242cc0 as a
rewrite from some PHP code and has been buggy since. This commit fixes
the bug by making the Python code more faithful to the original
XMLHttpRequest/resources/auth1/auth.php.
| Assignee | ||
Updated•6 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
| Assignee | ||
Updated•6 years ago
|
Component: web-platform-tests → DOM: Networking
Product: Testing → Core
| Assignee | ||
Updated•6 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
| Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream][necko-triaged]
| Assignee | ||
Comment 2•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=5368a0bb131e6572eedf06e9996ee1eb820d21f1
| Assignee | ||
Comment 3•6 years ago
|
||
Failed to get results from try push
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/9919a3d10965
[wpt PR 16319] - [xhr] Remove None headers from the server handler, a=testonly
Comment 5•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
You need to log in
before you can comment on or make changes to this bug.
Description
•