Modify ↓
Opened 16 years ago
Closed 15 years ago
#5264 closed defect (fixed)
Last character of the RSS URL gets truncated
Reported by: | Hendra | Owned by: | Simon Smithson |
---|---|---|---|
Priority: | high | Component: | RssEmbedMacro |
Severity: | blocker | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
The last character of the RSS URL supplied as parameter gets truncated, as a result RssEmbed returns a 404 ERROR.
For example:
[[RssEmbed(http://feeds.feedburner.com/mobileburn/rss2)]]
The above command will be returned as 404 (htt p://feeds.feedburner.com/mobileburn/rss)
Notice the number 2 at the end of the url is omitted. To make it work, I added an extra space at the end of every URL, as in
[[RssEmbed(htt p://feeds.feedburner.com/mobileburn/rss2 )]]
Attachments (0)
Change History (2)
comment:1 Changed 16 years ago by
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
the extra space between htt and p in the example URL is to fool the spam filter. Apparently I can't post more than x number of URL in the ticket :(