Ticket #2666 (closed defect: fixed)
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>


