Closed
Bug 63545
Opened 25 years ago
Closed 3 months ago
NNTP posting error takes us to a state where changes don't take effect.
Categories
(MailNews Core :: Networking: NNTP, defect)
MailNews Core
Networking: NNTP
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: stephend, Unassigned)
References
Details
(Keywords: dataloss, Whiteboard: [jcranmer: reconfirmed])
Attachments
(1 file)
8.33 KB,
text/plain
|
Details |
Build 2000122108 on Linux, and 2000122105 on Windows NT.
Summary: If you try to post with only a subject only, you get rejected, but
after you get rejected, you still can't post with a subject and a body.
Steps to reproduce:
1. Attempt to post to any NNTP server, with only text in the subject, nothing in
the body.
2. Go through the two dialog boxes that are warning you (NEWS ERROR: NNTP:
article is empty: and then the Sending of Message Failed box).
3. On linux, the compose window gets kicked back to you, on windows you'll have
to restore it from the taskbar.
4. Enter some text in the body of the message now, and hit SEND.
Expected Results:
We should complete the POST.
Actual Results:
You still see the 2 errors in Step #2
Comment 1•25 years ago
|
||
I would not be surprise if you could reproduce this with email.
have a bad smtp server
attempt to compose and and send an email
it fails
edit the message
fix the smtp server setting
change the message
send again.
I bet we send the original message, not the edited message.
just a hunch.
Reporter | ||
Comment 2•25 years ago
|
||
Here's what I did:
Created a new account (stephend@earthlink.net) in Netscape 6.
Changed my SMTP server from dredd to mail.earthlink.net.
Attempted to send a message (which fails because I no longer have an account).
Went back to the SMTP server setting and changed it back to dredd.
Added more text to the message, and it sent just fine.
So, it doesn't seem like we're failing to send based on the message state.
NOTE: Earthlink doesn't allow relaying through SMTP, so I never would be able to
send through them from here. (I don't have an account anyway).
Comment 5•24 years ago
|
||
there are three related issues here
1) 4.x popped up a little alert that had: "You haven't typed anything, and
there is no attachment. Send anyway? [OK] [Cancel]"
2) 4.x seems to allow posting of an empty message. I'd have to look at the
code, but it probably inserted an extra blank line if we trying to post an empty
message. perhaps we should do the same.
and, the big one:
3) on error, it is possible to get into a state where changes made don't take
effect.
this bug currently covers #3, which is the dataloss case.
hwaara, if you are interesting in working on this, let me know.
Comment 6•24 years ago
|
||
I guess we should just warn the user that some servers doesn't support empty
messages or possibly prevent the user from sending such messages altogether.
Yes, Seth. If the fix isn't too advanced I'm interested. Please email me further
information on how to fix this if you've got any.
Thanks
Reporter | ||
Updated•24 years ago
|
Summary: Can't POST 2nd time after filling in body of a message. → ERROR: NNTP: Article Empty takes us to a state where changes don't take effect.
Comment 8•24 years ago
|
||
marking nsbeta1+
Priority: -- → P3
Whiteboard: [nsbeta1+]
Target Milestone: --- → mozilla0.9
Reporter | ||
Comment 11•24 years ago
|
||
Interesting, with build 2001053004 on Windows 2000, I can't post a message with
only text in the subject using n.p.test on news.mozilla.org, yet I *can post*
that same subject with n.p.test on news.mcom.com. And I captured this with a
logfile. Attaching...
Reporter | ||
Comment 12•24 years ago
|
||
Reporter | ||
Comment 13•24 years ago
|
||
news.mcom.com is: 200 pixie.netscape.com Netscape-Collabra/3.52 17222 NNRP ready
(posting ok).
news.mozilla.org is: 200 secnews.netscape.com Netscape-Collabra/3.52 03615 NNRP
ready (posting ok).
So, both are running the same server software version, which blows away my
theory that some kind of weird server response is going, perhaps.
Comment 19•24 years ago
|
||
moving to 1.0.1, none of these are 1.0 blockers.
Target Milestone: mozilla1.0 → mozilla1.0.1
Updated•23 years ago
|
Comment 20•22 years ago
|
||
By the definitions on <http://bugzilla.mozilla.org/bug_status.html#severity> and
<http://bugzilla.mozilla.org/enter_bug.cgi?format=guided>, crashing and dataloss
bugs are of critical or possibly higher severity. Only changing open bugs to
minimize unnecessary spam. Keywords to trigger this would be crash, topcrash,
topcrash+, zt4newcrash, dataloss.
Severity: major → critical
Updated•21 years ago
|
Product: MailNews → Core
Comment 21•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
Comment 22•17 years ago
|
||
Filter on "Nobody_NScomTLD_20080620"
QA Contact: stephend → networking.news
Comment 23•17 years ago
|
||
This still happens on Linux trunk per my fakeserver texts.
And seth, it is a specific server response problem.
Priority: P3 → --
Summary: ERROR: NNTP: Article Empty takes us to a state where changes don't take effect. → NNTP posting error takes us to a state where changes don't take effect.
Whiteboard: [jcranmer: reconfirmed]
Target Milestone: mozilla1.2alpha → ---
Assignee | ||
Updated•16 years ago
|
Product: Core → MailNews Core
Comment 24•3 months ago
|
||
With ESR 128, a 441 Article is empty
response from the server is handled as expected.
Status: NEW → RESOLVED
Closed: 3 months ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•