Closed Bug 307655 Opened 20 years ago Closed 20 years ago

Bugzilla generates invalid RSS feeds

Categories

(Bugzilla :: Query/Bug List, defect)

defect
Not set
major

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: gunnar, Unassigned)

References

()

Details

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 I tested the nee feature of bugzilla 2.20rc2+, which should generate RSS feeds for search queries. However, RSSOwl can't read the feed. It complains about invalid XML. Here is the feed: <?xml version="1.0"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"; xmlns:dc="http://purl.org/dc/elements/1.1/"; xmlns="http://purl.org/rss/1.0/";> <channel rdf:about="http://localhost/bugs/buglist.cgi?query_format=specific&amp;bug_status=__open__&amp;product=Infrastructure&amp;content=&amp;"; > <title>Bugzilla Bugs</title> <description>Bugzilla bug list</description> <link>http://localhost/bugs/buglist.cgi?query_format=specific&amp;bug_status=__open__&amp;product=Infrastructure&amp;content=&amp; </link> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>2</sy:updateFrequency> <items> <rdf:Seq> <rdf:li rdf:resource="http://localhost/bugs/show_bug.cgi?id=637"; /> </rdf:Seq> </items> </channel> <item rdf:about="http://localhost/bugs/show_bug.cgi?id=637";> <title>@ [Bug 637] Test </title> <link>http://localhost/bugs/show_bug.cgi?id=637</link> <dc:creator>Gunnar Wagenknecht</dc:creator> <dc:date>2005-08-31T11:30Z</dc:date> <description> &lt;table&gt; &lt;tr&gt; &lt;th&gt;Field&lt;/th&gt;&lt;th&gt;Value&lt;/th&gt; &lt;/tr&gt;&lt;tr&gt; &lt;td&gt;Opened&lt;/td&gt; &lt;td&gt;11:30:05&lt;/td&gt; &lt;/tr&gt;&lt;tr&gt; &lt;td&gt;Assignee&lt;/td&gt; &lt;td&gt;Gunnar Wagenknecht&lt;/td&gt; &lt;/tr&gt;&lt;tr&gt; &lt;td&gt;Priority&lt;/td&gt; &lt;td&gt;P2&lt;/td&gt; &lt;/tr&gt;&lt;tr&gt; &lt;td&gt;Severity &lt;/td&gt; &lt;td&gt;normal&lt;/td&gt; &lt;/tr&gt;&lt;tr&gt; &lt;td&gt;Status&lt;/td&gt; &lt;td&gt;ASSIGNED&lt;/td&gt; &lt;/tr&gt;&lt;tr&gt; &lt;td&gt;Changed&lt;/td&gt; &lt;td&gt;11:34:20&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; </description> </item> </rdf:RDF> Reproducible: Always Steps to Reproduce: Load Bugzilla generated RSS feed in RSSOwl See http://sourceforge.net/forum/forum.php?thread_id=1344355&forum_id=296910 for a discussion about this issue.
Is this perchance a duplicate of bug 300318?
No, I tested this with a version checkout last week (2.20rc2+). BTW, on the bug report form I did a search for "rss" and it didn't return the bug you mentioned. Interesting, isn't it?
Yes, bug 300318 was not returned in the search because it is fixed. Your data contains semicolons in strange places. It doesn't do that for me. Did you modify templates, add additional languages, or did you add custom templates?
Mhm. I don't have any custom templates. However, after an "cvs update -PC -r BUGZILLA-2_20-BRANCH" things are running now.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.