Closed
Bug 250611
Opened 21 years ago
Closed 21 years ago
Mozilla Top Rated Extensions RSS feed malformed
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bc, Assigned: Bugzilla-alanjstrBugs)
References
()
Details
XML Parsing Error: not well-formed
Location: http://update.mozilla.org/rss/?application=mozilla&type=E&list=rated
Line Number 23, Column 52:version of Googlebar, which means that the Menues & Texts
Should not have a raw & in the text/xml document. The CGI that is generating
this should escape such characters when creating the feeds.
Sigh. Yep, we should be escaping the ampersands.
Severity: normal → major
Comment 2•21 years ago
|
||
The RSS feeds are your thing.. str_replace() is probably your friend. :-)
Assignee: psychoticwolf → 9quawbieby0001
Reporter | ||
Comment 3•21 years ago
|
||
probably should be doing < inside elements too.
(In reply to comment #2)
> The RSS feeds are your thing.. str_replace() is probably your friend. :-)
Where is the make-safe logic you use for form input? If you made it a generic
function, then it can call that, right?
This function looks right to me.
http://www.phpbuilder.com/manual/function.htmlentities.php
Status: NEW → ASSIGNED
Comment 7•21 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 8•21 years ago
|
||
yep. Menues & Texts
Thanks everytone.
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Component: Update → Web Site
Product: mozilla.org → Update
Version: other → unspecified
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•