#2666 closed defect (fixed)
Image URL in Timeline RSS feed invalid
| Reported by: | anonymous | Owned by: | Christopher Lenz |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9.4 |
| Component: | timeline | Version: | 0.9.3 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
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 (0)
Change History (2)
comment:1 by , 20 years ago
| Component: | general → timeline |
|---|---|
| Milestone: | → 0.9.4 |
| Owner: | changed from to |
| Status: | new → assigned |
| Summary: | RSS-Feed doesn't work with Eclipse RSS-Reader → Image URL in Timeline RSS feed invalid |
comment:2 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |



Fixed in [2908] and [2909].