Closed
Bug 1300764
Opened 9 years ago
Closed 9 years ago
On redirect, URL bar isn't updated until authorization has completed
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 656343
People
(Reporter: nick.moriarty, Unassigned)
Details
(Whiteboard: DUPEME)
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0
Build ID: 20160728204513
Steps to reproduce:
Follow any link which causes a redirect followed by a request for authentication - for example, follow a gmail link to a protected website, or open a site which redirects HTTP to HTTPS and then prompts for credentials.
Actual results:
The URL bar shows the original (un-redirected) address when the authentication dialog is presented.
Expected results:
The URL bar should update to show the redirected URL - i.e. the page which issued the 401 response - and then the authentication dialog should appear, so that the URL bar provides an indication of the correct source of the authentication request.
Do you have e10s (multiprocess) enabled in your Firefox profile?
Type about:config and check the string "browser.tabs.remote.autostart" to see if it's false (disabled).
If e10s is enabled, your issue is probably a dupe of bug 1300464.
Component: Untriaged → Networking
Flags: needinfo?(nick.moriarty)
Product: Firefox → Core
Comment 2•9 years ago
|
||
I don't think this is e10s related (not tested manually!). And I think this is duplicate of bug 528988.
| Reporter | ||
Comment 3•9 years ago
|
||
I have two matching value for that:
- browser.tabs.remote.autostart is the default value (false)
- browser.tabs.remote.autostart.2 is user set to true
(In reply to Honza Bambas (:mayhemer) from comment #2)
> I don't think this is e10s related (not tested manually!). And I think this
> is duplicate of bug 528988.
Indeed, similar to bug 656343 too.
Comment 5•9 years ago
|
||
(In reply to Loic from comment #4)
> Indeed, similar to bug 656343 too.
I agree.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•