Can't load careers.aliceapp.com in https only mode
Categories
(Core :: DOM: Security, defect, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr78 | --- | unaffected |
| firefox87 | --- | unaffected |
| firefox88 | --- | unaffected |
| firefox89 | + | verified |
People
(Reporter: yoasif, Assigned: t.yavor)
References
(Regression)
Details
(Keywords: nightly-community, regression, Whiteboard: [domsecurity-active])
Attachments
(1 file)
Steps to reproduce:
- Set
dom.security.https_only_modeto true - Navigate to http://careers.aliceapp.com/apply/haxr79rjWf/Director-Of-Product?source=LILI#haxr79rjWf
- Click "Continue to HTTP Site"
What happens:
Nothing. Page is not navigated to.
Expected result:
Page is navigated to.
5:10.15 INFO: Narrowed integration regression window from [098c3172, f40c23dc] (3 builds) to [098c3172, 5648a425] (2 builds) (~1 steps left)
5:10.15 INFO: No more integration revisions, bisection finished.
5:10.15 INFO: Last good revision: 098c3172afae38b129ae08e1586499f698a816f3
5:10.15 INFO: First bad revision: 5648a4254bca91c97b2ae625cf06270f1fc0ff8d
5:10.15 INFO: Pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=098c3172afae38b129ae08e1586499f698a816f3&tochange=5648a4254bca91c97b2ae625cf06270f1fc0ff8d
| Reporter | ||
Updated•5 years ago
|
| Assignee | ||
Comment 2•5 years ago
|
||
Yes,
I will check why that bug appears.
Thank you for reporting.
| Assignee | ||
Comment 3•5 years ago
•
|
||
It appears because it is detecting that it is the same origin except of the protocol. So it is interpreted as a navigation link and not as a reload request in http. I will fix it.
Updated•5 years ago
|
| Assignee | ||
Comment 4•5 years ago
|
||
Updated•5 years ago
|
Comment 5•5 years ago
|
||
Set release status flags based on info from the regressing bug 1694932
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Comment 7•5 years ago
|
||
Backed out for causing failures on test_insecure_reload.html
backout: https://hg.mozilla.org/integration/autoland/rev/270452ec3b642d47ba9ed7ce813e8c55886c2281
failure log: https://treeherder.mozilla.org/logviewer?job_id=335810176&repo=autoland&lineNumber=2818
[task 2021-04-08T08:59:36.299Z] 08:59:36 INFO - TEST-PASS | dom/security/test/https-only/test_insecure_reload.html | Reason cannot be empty
[task 2021-04-08T08:59:36.299Z] 08:59:36 INFO - TEST-FAIL | dom/security/test/https-only/test_insecure_reload.html | The author of the test has indicated that flaky timeouts are expected. Reason: We need to wait for the HTTPS-Only error page to appear
[task 2021-04-08T08:59:36.299Z] 08:59:36 INFO - Buffered messages finished
[task 2021-04-08T08:59:36.300Z] 08:59:36 WARNING - TEST-UNEXPECTED-FAIL | dom/security/test/https-only/test_insecure_reload.html | the error page should be shown for - false == true - got false, expected true (operator ==)
[task 2021-04-08T08:59:36.300Z] 08:59:36 INFO - ok@resource://specialpowers/SpecialPowersSandbox.jsm:87:21
[task 2021-04-08T08:59:36.300Z] 08:59:36 INFO - verifyErrorPage@http://mochi.test:8888/tests/dom/security/test/https-only/test_insecure_reload.html:41:5
[task 2021-04-08T08:59:36.300Z] 08:59:36 INFO - execute@resource://specialpowers/SpecialPowersSandbox.jsm:141:12
[task 2021-04-08T08:59:36.300Z] 08:59:36 INFO - _spawnTask@resource://specialpowers/SpecialPowersChild.jsm:1604:15
[task 2021-04-08T08:59:36.301Z] 08:59:36 INFO - receiveMessage@resource://specialpowers/SpecialPowersChild.jsm:310:21
[task 2021-04-08T08:59:36.301Z] 08:59:36 WARNING - TEST-UNEXPECTED-FAIL | dom/security/test/https-only/test_insecure_reload.html | button exist - null == true - got null, expected true (operator ==)
[task 2021-04-08T08:59:36.301Z] 08:59:36 INFO - ok@resource://specialpowers/SpecialPowersSandbox.jsm:87:21
[task 2021-04-08T08:59:36.301Z] 08:59:36 INFO - verifyErrorPage@http://mochi.test:8888/tests/dom/security/test/https-only/test_insecure_reload.html:44:5
[task 2021-04-08T08:59:36.301Z] 08:59:36 INFO - execute@resource://specialpowers/SpecialPowersSandbox.jsm:141:12
[task 2021-04-08T08:59:36.302Z] 08:59:36 INFO - _spawnTask@resource://specialpowers/SpecialPowersChild.jsm:1604:15
[task 2021-04-08T08:59:36.302Z] 08:59:36 INFO - receiveMessage@resource://specialpowers/SpecialPowersChild.jsm:310:21
[task 2021-04-08T09:04:39.428Z] 09:04:39 WARNING - TEST-UNEXPECTED-FAIL | dom/security/test/https-only/test_insecure_reload.html | Test timed out.
[task 2021-04-08T09:04:39.429Z] 09:04:39 INFO - SimpleTest.ok@SimpleTest/SimpleTest.js:417:16
[task 2021-04-08T09:04:39.429Z] 09:04:39 INFO - reportError@SimpleTest/TestRunner.js:147:24
[task 2021-04-08T09:04:39.429Z] 09:04:39 INFO - TestRunner._checkForHangs@SimpleTest/TestRunner.js:170:18
[task 2021-04-08T09:04:39.430Z] 09:04:39 INFO - TEST-OK | dom/security/test/https-only/test_insecure_reload.html | took 312344ms
| Assignee | ||
Comment 9•5 years ago
•
|
||
I think it failed because in firefox on android is no error page for https-only mode.
Updated•5 years ago
|
Updated•5 years ago
|
Comment 10•5 years ago
|
||
Comment 11•5 years ago
|
||
| bugherder | ||
Updated•5 years ago
|
Comment 12•5 years ago
|
||
Reproduced the issue with Firefox 89.0a1 (20210330215136) on Windows 10x64.
The issue is verified fixed with Firefox 89.0b3 (20210422190146) on Windows 10x64 and macOS 11.2.3. The page is loaded after following steps from comment 0.
Description
•