Open
Bug 1986463
Opened 9 months ago
Updated 8 months ago
Proxy authentication probably doesn't work
Categories
(Toolkit :: Application Update, defect, P3)
Toolkit
Application Update
Tracking
()
NEW
People
(Reporter: jrmuizel, Unassigned)
References
(Regression)
Details
(Keywords: regression)
At https://searchfox.org/firefox-main/rev/1b0439ca38f76e299dc466979625a9c5ffddf384/toolkit/mozapps/update/UpdateService.sys.mjs#7193 we try to create a nsIAuthPrompt but @mozilla.org/network/default-auth-prompt; was removed by bug 563274
Comment 1•9 months ago
|
||
(In reply to Jeff Muizelaar [:jrmuizel] from comment #0)
@mozilla.org/network/default-auth-prompt;was removed by bug 563274
15 years ago. Yikes.
I was able to reproduce the problem that I believe this would cause using the following steps:
- Download and open Fiddler Classic.
- Tools -> Options, then click the Connections Tab.
- Set the Fiddler listening port to
8888. Close the Options window. - Make sure Rules -> Require Proxy Authentication is checked.
- Open Firefox.
- Ignore the 2 very persistent prompts for the proxy authentication.
- Open
about:configand setapp.update.logtotrue. - Open the browser console (Control + Shift + J)
- Open the Help -> About dialog.
- Note that the update check spins forever. Close the dialog.
- Note that the browser is also generally non functional in this state. It can't even load the new tab page properly. Additionally, you can't dismiss the proxy authentication prompt because it just comes back up again immediately. It seems like you can't even exit the browser properly because the authentication prompts won't close.
- Enter the authentication information into the prompts (default is username=
1, password=1). - Open the Help -> About dialog.
- Update proceeds normally.
I am going to mark this as an S3 for now, since it doesn't seem like too serious of a problem.
Severity: -- → S3
Comment 2•8 months ago
|
||
P3: given the issue has been present this long without notice it's unlikely something we need to resolve urgently.
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•