Edgewall Software
Modify

Opened 17 years ago

Closed 15 years ago

Last modified 15 years ago

#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>&lt;p&gt;
--
&lt;/p&gt;
</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 Christian Boos, 15 years ago

Keywords: verify added
Milestone: 0.10.60.11.5

Very interesting, in light of #8020.

comment:2 by Christian Boos, 15 years ago

Resolution: wontfix
Status: newclosed

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 Christian Boos, 15 years ago

Milestone: 0.11.6

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.