Closed
Bug 307655
Opened 20 years ago
Closed 20 years ago
Bugzilla generates invalid RSS feeds
Categories
(Bugzilla :: Query/Bug List, defect)
Bugzilla
Query/Bug List
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&bug_status=__open__&product=Infrastructure&content=&";
>
<title>Bugzilla Bugs</title>
<description>Bugzilla bug list</description>
<link>http://localhost/bugs/buglist.cgi?query_format=specific&bug_status=__open__&product=Infrastructure&content=&
</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>
<table>
<tr>
<th>Field</th><th>Value</th>
</tr><tr>
<td>Opened</td>
<td>11:30:05</td>
</tr><tr>
<td>Assignee</td>
<td>Gunnar Wagenknecht</td>
</tr><tr>
<td>Priority</td>
<td>P2</td>
</tr><tr>
<td>Severity </td>
<td>normal</td>
</tr><tr>
<td>Status</td>
<td>ASSIGNED</td>
</tr><tr>
<td>Changed</td>
<td>11:34:20</td>
</tr>
</table>
</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.
Comment 1•20 years ago
|
||
Is this perchance a duplicate of bug 300318?
| Reporter | ||
Comment 2•20 years ago
|
||
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?
Comment 3•20 years ago
|
||
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?
| Reporter | ||
Comment 4•20 years ago
|
||
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.
Description
•