Closed (won't fix)
Project:
Drupal core
Version:
5.0
Component:
system.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jan 2007 at 15:40 UTC
Updated:
6 Feb 2010 at 14:43 UTC
The RSS feeds HTML encode everything, making it impossible to claim bloglines feeds.
Bloglines requires you to insert a comment in the body, such as <!-- ukey="0E856F61" -->, to verify ownership of a feed. However, this code appears as <!-- ckey="0E856F61" --> in the RSS feed, making it impossible to claim my feeds without drastic hacks to the Drupal system.
I am using full HTML instead of filtered HTML on the node. I do not see an option to disable this HTML encoding.
Comments
Comment #1
esbite commentedI can confirm this problem. Im using Drupal 5.6 and also contemplate for rss.
Another effect is that it makes ampersands in titles to
&amp;meaning it actually encodes it twice.Any solution to this?
Comment #2
doublejosh commentedAlso found a solution by un-restricting the HTML that the feed parser can accept. I imagine there is a way to allow characters that begin with & rather than just opening it up to all HTML.
Comment #3
aren cambre commentedClosing my own issue. I think this is too limited of an issue, and bloglines.com is far less relevant now.