Modify ↓
#5247 closed defect (wontfix)
RSS generation on Timeline view does not work (just sometimes)
| Reported by: | anonymous | Owned by: | Christian Boos |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | timeline | Version: | 0.10.3 |
| Severity: | normal | Keywords: | rss verify |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
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 (0)
Change History (3)
comment:1 by , 17 years ago
| Keywords: | verify added |
|---|---|
| Milestone: | 0.10.6 → 0.11.5 |
comment:2 by , 16 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
Well, it looks like I overlooked this:
Version: 0.10.3
If someone can reproduce this issue with Trac ≥ 0.11.5, please reopen.
comment:3 by , 16 years ago
| Milestone: | 0.11.6 |
|---|
Note:
See TracTickets
for help on using tickets.



Very interesting, in light of #8020.