newsgroup not prompting for password
Categories
(Thunderbird :: General, defect)
Tracking
(thunderbird_esr115 unaffected, thunderbird122+ fixed)
Tracking | Status | |
---|---|---|
thunderbird_esr115 | --- | unaffected |
thunderbird122 | + | fixed |
People
(Reporter: dskirk, Assigned: mkmelin)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
|
Details | Review |
Steps to reproduce:
Set up usenet account. Clicked in server settings to always prompt for authentication. Clicked subscribe and no prompt for password. I repeated this on the standard release, 115, and was successful.
Actual results:
Since there was no prompt, the news server did not download the list of groups. I was using news.eternal-september.org
Expected results:
If properly prompted for password, the server would have listed all groups to which I could subscribe.
This problem happened in the DAILY release. If not relevant, please close the bug report.
Comment 2•11 months ago
•
|
||
I can reproduce it. This is the error I got:
TypeError: can't access property "formatValueSync", this.l10n is undefinedMsgAsyncPrompter.jsm:288:9
promptUsernameAndPassword resource:///modules/MsgAsyncPrompter.jsm:288
_actionAuthUser resource:///modules/NntpClient.jsm:839
_nextAction resource:///modules/NntpClient.jsm:550
_onData resource:///modules/NntpClient.jsm:219
Subscribe chrome://messenger/content/mailCommands.js:456
MsgSubscribe chrome://messenger/content/mailWindowOverlay.js:1130
onCommand chrome://messenger/content/about3Pane.js:630
handleEvent chrome://messenger/content/about3Pane.js:292
and
mailnews.nntp: Failed to process server response [object Object]. NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS:
[JavaScript Error: "can't access property "formatValueSync", this.l10n is undefined" {file: "resource:///modules/MsgAsyncPrompter.jsm" line: 288}]'[JavaScript Error: "can't access property "formatValueSync", this.l10n is undefined" {file: "resource:///modules/MsgAsyncPrompter.jsm" line: 288}]' when calling method: [nsIAuthPrompt::promptUsernameAndPassword]
_actionAuthUser resource:///modules/NntpClient.jsm:839
_nextAction resource:///modules/NntpClient.jsm:550
_onData resource:///modules/NntpClient.jsm:219
Subscribe chrome://messenger/content/mailCommands.js:456
MsgSubscribe chrome://messenger/content/mailWindowOverlay.js:1130
onCommand chrome://messenger/content/about3Pane.js:630
handleEvent chrome://messenger/content/about3Pane.js:292
Updated•11 months ago
|
Updated•11 months ago
|
Assignee | ||
Updated•11 months ago
|
Assignee | ||
Updated•11 months ago
|
Assignee | ||
Comment 3•11 months ago
|
||
Fix mistake in bug 1870014 - need to access l10n stacically.
Assignee | ||
Updated•11 months ago
|
Updated•11 months ago
|
Pushed by elizabeth@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/ca34b49aa8cb
Properly access MsgAuthPrompt.l10n. r=freaktechnik
I just downloaded 123.0a1 today (12/21) and it WORKS! Thanks much for fixing this .:)
Assignee | ||
Comment 6•11 months ago
|
||
Comment on attachment 9369640 [details]
Bug 1870724 - Properly access MsgAuthPrompt.l10n. r=freaktechnik
[Approval Request Comment]
Regression caused by (bug #): bug 1870014
User impact if declined: don't get mail/news auth prompts as one should (so may be unable to log in)
Testing completed (on c-c, etc.): c-c
Risk to taking this patch (and alternatives if risky): very safe
Comment 7•11 months ago
|
||
Comment on attachment 9369640 [details]
Bug 1870724 - Properly access MsgAuthPrompt.l10n. r=freaktechnik
[Triage Comment]
Approved for beta
Comment 8•11 months ago
|
||
bugherder uplift |
Thunderbird 122.0b2:
https://hg.mozilla.org/releases/comm-beta/rev/3aa06a2a9a23
Description
•