Ticket #5247 (new defect)
Opened 21 months ago
RSS generation on Timeline view does not work (just sometimes)
| Reported by: | anonymous | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.10.6 |
| Component: | timeline | Version: | 0.10.3 |
| Severity: | normal | Keywords: | rss |
| Cc: |
Description
It looks like an overflow somewhere. I can reproduce the error, but just sometimes, and without the timeline content having changed. Other times the feed works just perfect!
Follows the beginning of the received page (shown in the browser). It looks like the beginning of the transmission is not in the correct position:
>
<description><p>
--
</p>
</description>
</item>
<item>
.... This seems ok ....
</description>
</item>
</channel>
</rss>
HTTP/1.1 200 OK
Date: Wed, 02 May 2007 11:04:55 GMT
Server: Apache/2.2.3 (Linux/SUSE)
Cache-control: must-revalidate
Expires: Fri, 01 Jan 1999 00:00:00 GMT
Content-Length: 20846
Keep-Alive: timeout=15, max=98
Connection: Keep-Alive
Content-Type: application/rss+xml;charset=utf-8
<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>...</title>
<link>...</link>
<description>...</description>
<language>en-us</language>
<generator>Trac v0.10.3</generator>
<image>
...
Attachments
Note: See
TracTickets for help on using
tickets.


