Closed Bug 250611 Opened 20 years ago Closed 20 years ago

Mozilla Top Rated Extensions RSS feed malformed

Categories

(addons.mozilla.org Graveyard :: Public Pages, defect)

x86
Windows XP
defect
Not set
major

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
The RSS feeds are your thing.. str_replace() is probably your friend. :-)
Assignee: psychoticwolf → 9quawbieby0001
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
inc_rssfeed updated on dev.  Please check in.
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
yep. Menues &amp; Texts

Thanks everytone.
Status: RESOLVED → VERIFIED
Component: Update → Web Site
Product: mozilla.org → Update
Version: other → unspecified
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.