Closed
Bug 41133
Opened 25 years ago
Closed 3 years ago
news://host/article will add server if not already configured
Categories
(MailNews Core :: Backend, defect, P3)
MailNews Core
Backend
Tracking
(thunderbird_esr91 wontfix, thunderbird93 wontfix)
RESOLVED
FIXED
94 Branch
People
(Reporter: laurel, Assigned: rnons)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Using 2000-05-31-08 commercial build
found while verifying bug #37464
When following a link (from browser or mail window) to a news article, seamonkey
will add the news server if it isn't already configured.
1. Follow a link from the browser or mail window to a news message article for
which you don't have that server added. For instance, in a profile which doesn't
have news.mozilla.org added, follow this link:
news://news.mozilla.org/39345E4F.9170FFF6%40bucksch.org
Result: The message will display in a new window, but the news server will be
added to your accounts.
Expected: The message should display in a standalone window without adding the
news server.
Comment 1•25 years ago
|
||
It should be noted that Netscape 4.x also does this. It would be nice to get
this fixed at some point.
Comment 2•25 years ago
|
||
yes, this would be nice.
but since this bug exists in 4.x, I'm ok with shipping 6.0 with the same bug.
not worth the effort to fix this.
marking TM future.
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Comment 5•22 years ago
|
||
*** Bug 121997 has been marked as a duplicate of this bug. ***
Comment 6•22 years ago
|
||
*** Bug 213124 has been marked as a duplicate of this bug. ***
Updated•20 years ago
|
Product: MailNews → Core
Comment 7•19 years ago
|
||
*** Bug 331138 has been marked as a duplicate of this bug. ***
Comment 8•18 years ago
|
||
If no server is included, e.g. <news:4675b479$0$6396$9b4e6d93@newsspool2.arcor-online.net>, the account-wizard wants to create an account with name "news" the next time you start SeaMonkey (when clicking no feedback action is invoked). This account is created, although you cancel the account-wizard.
Additionally the lack of a feedback action misleads many users to click repeatedly which leads to repeatedly created accounts on every start. Even if the account is deleted during one session another account will be created after next start. This is reiterated as the above mentioned number of clicks is reached.
Comment 9•18 years ago
|
||
sorry for the spam. making bugzilla reflect reality as I'm not working on these bugs. filter on FOOBARCHEESE to remove these in bulk.
Assignee: sspitzer → nobody
Status: ASSIGNED → NEW
Updated•17 years ago
|
Priority: P3 → --
QA Contact: laurel → backend
Target Milestone: Future → ---
Updated•17 years ago
|
Flags: wanted-thunderbird3?
Comment 10•17 years ago
|
||
This is truly a nasty user-experience. Seeing this for tb3 would be a fine thing.
Flags: wanted-thunderbird3? → wanted-thunderbird3+
Updated•17 years ago
|
Product: Core → MailNews Core
Updated•16 years ago
|
Priority: -- → P3
Target Milestone: --- → Thunderbird 3.0rc1
Comment 12•15 years ago
|
||
Dan, I agree. I am surprised this hasn't been updated for almost 15 months. :(
![]() |
||
Comment 13•13 years ago
|
||
Does this still happen in recent Thunderbird?
Comment 14•13 years ago
|
||
Almost certainly. It's pretty difficult in the current architecture to do stuff without having a server instance loaded into the accounts.
Comment 15•12 years ago
|
||
Why TB can't use the current server to search for that message, if not found, then add the new server?
Assignee | ||
Comment 17•3 years ago
|
||
Create a nsINntpIncomingServer instance if needed to fetch the news article, but no need to create an account for it.
Updated•3 years ago
|
Assignee: nobody → remotenonsense
Status: NEW → ASSIGNED
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Keywords: checkin-needed-tb
Target Milestone: --- → 94 Branch
Comment 18•3 years ago
|
||
Pushed by thunderbird@calypsoblue.org:
https://hg.mozilla.org/comm-central/rev/a15e5f7ff5b2
Enable test_bug37465.js for nntp-js. r=mkmelin
You need to log in
before you can comment on or make changes to this bug.
Description
•