Edgewall Software

Ticket #2666 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

Image URL in Timeline RSS feed invalid

Reported by: anonymous Owned by: cmlenz
Priority: normal Milestone: 0.9.4
Component: timeline Version: 0.9.3
Severity: normal Keywords:
Cc:

Description

Following the hint at http://projects.edgewall.com/trac/wiki/WildIdeas I tried to use the mentioned Eclipse RSS-Reader on Trac's RSS feeds. Unfortunately this results in the Exception: org.eclipse.swt.!SWTException: Unsupported or unrecognized format.

I don't know if this is a problem with Trac or the Eclipse RSS-Reader. I'm sorry if this is not a Trac issue. Still it would be nice if they work together :-)

From the stack trace the problem seems to be the image-url Trac provides. Trac doen't include the actual image file name which Eclipse RSS-Reader seems to expect.

So while this works:

  <image>
    <title>SPIEGEL ONLINE</title>
    <url>http://www.spiegel.de/static/sys/logo_120x61.gif</url>
    <link>http://www.spiegel.de</link>
  </image>

this doesn't:

  <image>
   <title>The Trac Project</title>
   <url>http://projects.edgewall.com</url>
   <link>http://projects.edgewall.com/trac/timeline</link>
  </image>

Attachments

Change History

Changed 3 years ago by cmlenz

  • owner changed from jonas to cmlenz
  • status changed from new to assigned
  • summary changed from RSS-Feed doesn't work with Eclipse RSS-Reader to Image URL in Timeline RSS feed invalid
  • component changed from general to timeline
  • milestone set to 0.9.4

Changed 3 years ago by cmlenz

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in [2908] and [2909].

Add/Change #2666 (Image URL in Timeline RSS feed invalid)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.