Closed
Bug 307380
Opened 19 years ago
Closed 19 years ago
Multipart Article: body (summary) charset is invalid ("NaN")
Categories
(MailNews Core :: Feed Reader, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mcow, Assigned: sayrer)
Details
(Keywords: fixed1.8)
Attachments
(1 file)
|
1.33 KB,
patch
|
mscott
:
review+
|
Details | Diff | Splinter Review |
Encountered while testing for bug 300145. TB 1.5a1-0904 and 1.6a1-0904, Win2K Steps to reproduce: 1) Set up a feed for <http://www.pro-php.com/podcast.php> with "show article summary" selected. 2) Select an article that shows an attachment, and View | Source 3) Observe the Content-Type header of the body (text/html) portion of the article Actual results: 3) Content-Type: text/html; charset=NaN Expected results: 3) Content-Type: text/html; charset=UTF-8 When viewing a message with this bogus charset, the symptom from bug 253849 is seen (and so would, presumably, bug 251634).
| Assignee | ||
Updated•19 years ago
|
Assignee: mscott → sayrer
| Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
Updated•19 years ago
|
Attachment #196430 -
Flags: review?(mscott) → review+
Comment 2•19 years ago
|
||
fixed branch and trunk. Thanks Robert.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Keywords: fixed1.8
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird1.1
| Reporter | ||
Comment 3•19 years ago
|
||
I can't test this fix because the feed is now being reported as invalid (TB 1.6a1-0928).
| Assignee | ||
Comment 4•19 years ago
|
||
(In reply to comment #3) > I can't test this fix because the feed is now being reported as invalid > (TB 1.6a1-0928). As it should be: XML Parsing Error: syntax error Location: http://www.pro-php.com/podcast.php Line Number 2, Column 1: Unfortunately I couldn't connect to the database. <br />Access denied for user: 'prophp@localhost' (Using password: YES) ^
Component: RSS → Feed Reader
Product: Thunderbird → MailNews Core
Target Milestone: Thunderbird1.1 → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•