Closed
Bug 682606
Opened 14 years ago
Closed 14 years ago
Feed processing hangs on non handling of a malformed enclosure url within a single item.
Categories
(MailNews Core :: Feed Reader, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 9.0
People
(Reporter: alta88, Assigned: alta88)
Details
Attachments
(2 files)
1.00 KB,
patch
|
standard8
:
review+
|
Details | Diff | Splinter Review |
1.12 KB,
text/plain
|
Details |
No description provided.
Attachment #556299 -
Flags: review?(mbanner)
Comment 1•14 years ago
|
||
Comment on attachment 556299 [details] [diff] [review]
patch
Can you provide a testcase for this? It'll help with testing the patch.
Thanks.
for example, this feed url:
http://www.zerohedge.com/fullrss2.xml
currently has this tag within an <item>
<enclosure url="/images/user5/imageroot/2011/08/hmmm_august_26_2011_pdf_20055.pdf" length="1024771" type="application/pdf" />
is that sufficient? or is some other form better?
Comment 3•14 years ago
|
||
I made a testcase based on the example. With this I can reproduce easily - the processing does indeed stop.
Updated•14 years ago
|
Assignee: nobody → alta88
Flags: in-testsuite?
Comment 4•14 years ago
|
||
Comment on attachment 556299 [details] [diff] [review]
patch
Yep, this looks good, thanks.
Attachment #556299 -
Flags: review?(mbanner) → review+
Comment 6•14 years ago
|
||
(In reply to alta88 from comment #5)
> i think this just needs a checkin..
Adding checkin-needed to the keywords is the way to do that.
Keywords: checkin-needed
Comment 7•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 9.0
Comment 8•14 years ago
|
||
Alta88 would you be willing to add one unit test for this case, to make sure we don't regress in the future ?
Updated•10 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•