Closed
Bug 1802469
Opened 3 years ago
Closed 3 years ago
[wpt-sync] Sync PR 37145 - Add tests validating that Authorization headers get dropped on cross origin redirections
Categories
(Core :: DOM: Networking, task, P4)
Core
DOM: Networking
Tracking
()
RESOLVED
FIXED
109 Branch
Tracking | Status | |
---|---|---|
firefox109 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 37145 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/37145
Details from upstream follow.
Youenn Fablet <youennf@gmail.com> wrote:
Add tests validating that Authorization headers get dropped on cross origin redirections
Assignee | ||
Updated•3 years ago
|
Component: web-platform-tests → DOM: Networking
Product: Testing → Core
Assignee | ||
Updated•3 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•3 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Comment 1•3 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=f3c08b78be7f63ecfdfcee2837e5043b4f4883d4
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 8 tests and 3 subtests
Status Summary
Firefox
OK
: 8
PASS
: 14
FAIL
: 10
Chrome
OK
: 8
PASS
: 14
FAIL
: 10
Safari
OK
: 8
PASS
: 20
FAIL
: 4
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /fetch/api/credentials/authentication-redirection.any.worker.html [wpt.fyi]
- getAuthorizationHeaderValue - cross origin redirection:
FAIL
(Chrome:FAIL
, Safari:PASS
)
- getAuthorizationHeaderValue - cross origin redirection:
- /fetch/api/credentials/authentication-redirection.any.serviceworker.html [wpt.fyi]
- getAuthorizationHeaderValue - cross origin redirection:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- getAuthorizationHeaderValue - cross origin redirection:
- /fetch/api/credentials/authentication-redirection.any.html [wpt.fyi]
- getAuthorizationHeaderValue - cross origin redirection:
FAIL
(Chrome:FAIL
, Safari:PASS
)
- getAuthorizationHeaderValue - cross origin redirection:
- /fetch/api/credentials/authentication-redirection.any.sharedworker.html [wpt.fyi]
- getAuthorizationHeaderValue - cross origin redirection:
FAIL
(Chrome:FAIL
, Safari:PASS
)
- getAuthorizationHeaderValue - cross origin redirection:
- /xhr/xhr-authorization-redirect.any.serviceworker.html [wpt.fyi]
- getAuthorizationHeaderValue - no redirection:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - getAuthorizationHeaderValue - same origin redirection:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - getAuthorizationHeaderValue - cross origin redirection:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- getAuthorizationHeaderValue - no redirection:
- /xhr/xhr-authorization-redirect.any.worker.html [wpt.fyi]
- getAuthorizationHeaderValue - cross origin redirection:
FAIL
(Chrome:FAIL
, Safari:PASS
)
- getAuthorizationHeaderValue - cross origin redirection:
- /xhr/xhr-authorization-redirect.any.sharedworker.html [wpt.fyi]
- getAuthorizationHeaderValue - cross origin redirection:
FAIL
(Chrome:FAIL
, Safari:PASS
)
- getAuthorizationHeaderValue - cross origin redirection:
- /xhr/xhr-authorization-redirect.any.html [wpt.fyi]
- getAuthorizationHeaderValue - cross origin redirection:
FAIL
(Chrome:FAIL
, Safari:PASS
)
- getAuthorizationHeaderValue - cross origin redirection:
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/80fb9266f6c6
[wpt PR 37145] - Add tests validating that Authorization headers get dropped on cross origin redirections, a=testonly
https://hg.mozilla.org/integration/autoland/rev/e78f755ef5ce
[wpt PR 37145] - Update wpt metadata, a=testonly
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/80fb9266f6c6
https://hg.mozilla.org/mozilla-central/rev/e78f755ef5ce
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox109:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 109 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•