Closed
Bug 848302
Opened 12 years ago
Closed 12 years ago
[BROWSER] Opening a URL protected with basic authentication crashes the phone
Categories
(Firefox OS Graveyard :: Gaia::Browser, defect)
Tracking
(blocking-b2g:leo+, firefox22 fixed, b2g18+ verified, b2g18-v1.0.0 unaffected, b2g18-v1.0.1 unaffected)
Tracking | Status | |
---|---|---|
firefox22 | --- | fixed |
b2g18 | + | verified |
b2g18-v1.0.0 | --- | unaffected |
b2g18-v1.0.1 | --- | unaffected |
People
(Reporter: carlosmartinez, Assigned: justin.lebar+bug)
References
Details
(Keywords: crash, Whiteboard: [b2g-crash])
Attachments
(2 files)
Tested in unagi with Gecko-9306ad2.Gaia-7636cc5.
STR:
1-Open browser app
2-Tap in the address bar
3-Type https://owd.tid.es/releases
4-Press enter
Expected result --> Page is loaded correctly and ask the user for user and password
Actual result --> A weird screen is shown (see screenshot attached) and if you tap the screen the phone freezes and you have to pull the battery out to recover it
Comment 1•12 years ago
|
||
The weird screen looks suspiciously like the standard dialog that's shown on desktop Firefox when a server requests basic authentication (which this server does, incidentally). On yesterday's build it was working correctly.
Updated•12 years ago
|
Summary: [BROWSER] Open https://owd.tid.es/releases crashes the phone → [BROWSER] Opening a URL protected with basic authentication crashes the phone
Updated•12 years ago
|
Comment 2•12 years ago
|
||
I can confirm this bug.
Justin, could this be a regression from bug 844530 ?
Comment 3•12 years ago
|
||
I can confirm this bug.
Justin, could this be a regression from bug 844530 ?
Updated•12 years ago
|
blocking-b2g: tef? → tef+
Comment 4•12 years ago
|
||
A crash is always critical especially an OS one although the situation is not frequent.
Severity: normal → critical
Comment 5•12 years ago
|
||
If comment 2 (and comment 3!) is correct then the change that caused this regression isn't going to be uplifted to 1.0.1 so this bug doesn't even exist in that branch. I doubt this needs to be tef+
QA could verify this.
Keywords: qawanted
Comment 6•12 years ago
|
||
(In reply to Ben Francis [:benfrancis] from comment #5)
> If comment 2 (and comment 3!) is correct then the change that caused this
> regression isn't going to be uplifted to 1.0.1 so this bug doesn't even
> exist in that branch. I doubt this needs to be tef+
>
> QA could verify this.
OK, un-noming until this is clarified.
blocking-b2g: tef+ → ---
Updated•12 years ago
|
blocking-b2g: --- → leo?
Comment 8•12 years ago
|
||
(In reply to Ben Francis [:benfrancis] from comment #5)
> If comment 2 (and comment 3!) is correct then the change that caused this
> regression isn't going to be uplifted to 1.0.1 so this bug doesn't even
> exist in that branch. I doubt this needs to be tef+
>
> QA could verify this.
Just checked it and today's version with the 1.0.1 branch doesn't break.
Assignee | ||
Comment 9•12 years ago
|
||
> 3-Type https://owd.tid.es/releases
FWIW I can't access this site because it has an invalid cert.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → justin.lebar+bug
Comment 10•12 years ago
|
||
This zip includes a certificate database and the script to load it on a B2G phone. This allows browsing https://owd.tid.es
Comment 11•12 years ago
|
||
(In reply to Justin Lebar [:jlebar] from comment #9)
> > 3-Type https://owd.tid.es/releases
>
> FWIW I can't access this site because it has an invalid cert.
It should fail on any site requiring basic authentication, in any case I just uploaded an attachment with a certdDB that has the required CAs and a script to install it on the phone.
Assignee | ||
Comment 12•12 years ago
|
||
(In reply to Ben Francis [:benfrancis] from comment #3)
> Justin, could this be a regression from bug 844530 ?
Looks like my patch there was 100% bogus. :(
Let's back it out and then we can figure out how to fix that bug properly.
Assignee | ||
Comment 13•12 years ago
|
||
The backout in bug 844530 fixes this problem in my testing. Sorry about breaking this, everyone.
Updated•12 years ago
|
blocking-b2g: --- → leo?
status-b2g18:
--- → affected
status-b2g18-v1.0.0:
--- → unaffected
status-b2g18-v1.0.1:
--- → unaffected
Comment 14•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/fdc942a65143
Fixed by backout.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → B2G C4 (2jan on)
Updated•12 years ago
|
Updated•12 years ago
|
status-firefox22:
--- → fixed
Gecko http://hg.mozilla.org/releases/mozilla-b2g18/rev/a0b06192f882
Gaia fa5245750e7bb94b9f64180967536509316dedf5
BuildID 20130307103636
Version 18.0
Verified
Status: RESOLVED → VERIFIED
Keywords: qawanted
Updated•12 years ago
|
blocking-b2g: leo? → leo+
Updated•11 years ago
|
Flags: in-moztrap?
Updated•11 years ago
|
Flags: in-moztrap? → in-moztrap+
Comment 17•11 years ago
|
||
Added Browser Suite Test Case #8600 [Browser] Test that the Browser App can log in to a web page protected by a secure protocol
Updated•11 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•