Closed
Bug 782920
Opened 13 years ago
Closed 10 years ago
App Tab basic auth: reload after restart does not re-render page
Categories
(Core :: Networking: HTTP, defect)
Core
Networking: HTTP
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: kdevel, Unassigned)
References
()
Details
User Agent:
Steps to reproduce:
1. Start with empty profile
2. Open testcase
3. Enter "user"/"password" when Authentication Required Dialog appears, click OK, don't remember password (doorhanger).
4. Select "Pin as App Tab"
5. Quit/restart FF
6. Press ESC when Authentication Required Dialog appears.
7. Press reload (ctrl-r).
8. Same as STR #3.
Actual results:
8. Tab is blank
Expected results:
8. Display the page
Comment 1•13 years ago
|
||
This issue is reproducible both on Windows and Linux:
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:17.0) Gecko/17.0 Firefox/17.0
Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/17.0 Firefox/17.0
BuildID: 20120820030522
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Other → All
Hardware: Other → All
last good 2012-05-31-03-05-17-mozilla-central 3aa566994890
first bad 2012-06-01-03-05-20-mozilla-central 73783bf75c4c
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=3aa566994890&tochange=73783bf75c4c
The first bad revision is:
changeset: 95375:301d0d6bf24e
user: Brian Smith <bsmith@mozilla.com>
date: Thu May 31 15:20:04 2012 -0700
summary: Bug 746018 - Part 6 - Start buffering cache entries in memory before we validate them, r=honzab
![]() |
||
Comment 4•10 years ago
|
||
2015-03-30-03-02-03-mozilla-central-firefox-39.0a1.ru.linux-x86_64
Not sure about the STR (the auth dialog didn't appear after restart until I pressed Ctrl+r), but the tab did not become blank: it either showed something like "i = 0 i = 1 i = 2 i = 3 i = 4 i = 5 i = 6 i = 7 i = 8 i = 9", or "Authorization Required".
QA Whiteboard: [bugday-20150330]
Component: Untriaged → Networking: HTTP
Product: Firefox → Core
(In reply to [:Aleksej] from comment #4)
> it either showed something like "i = 0 i = 1 i = 2 i = 3 i = 4 i = 5 i = 6 i = 7 i = 8 i =
> 9", or "Authorization Required".
That is the expected result. No longer can reproduce the issue. Closing.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•