Modify ↓
Opened 14 years ago
#7386 new enhancement
Option to not santize URLs in RSS feed
Reported by: | Lucas Rangit MAGASWERAN | Owned by: | Simon Smithson |
---|---|---|---|
Priority: | normal | Component: | RssEmbedMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I am having a problem with URLs being sanitized because the server the URL points to does not correctly handle sanitized URLs; specifically &
are being replaced by &
. I've submitted a bug report against that server software (TestTrack Pro to be exact) but would like to workaround the problem at the RSS client.
An optional parameter in the RssEmbed macro to turn off URL sanitizing would be ideal.
For example, [[RssEmbed(url=http://127.0.0.1:8000/test/query?status=!closed&format=rss&order=priority,sanitize=false)]]
Attachments (0)
Note: See
TracTickets for help on using
tickets.