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 anonymous

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 :(

comment:2 Changed 15 years ago by anonymous

Resolution: fixed
Status: newclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Simon Smithson.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.