| 
 Ticket ID: SIXXS #1293607 Ticket Status: Resolved PoP: (not applicable) 
RSS feeds double-escaped 
  Shadow Hawkins on Thursday, 10 December 2009 14:09:10
The RSS forum feeds are double-escaped. The Atom feeds work fine. Feedvalidator won't complain about that, because it's perfectly acceptable data  you may want to display HTML.
Screenshot, e.g.
  wget -qO- http://www.sixxs.net/forum/rss/general.rss | grep '#60'
Cf. with
  wget -qO- https://www.sixxs.net/forum/atom/general.atom | grep '#60'
Also, just open both links in Firefox and note the difference: the Atom feed is properly formatted and displayed, the RSS one is double-escaped.
 
State change: confirmed  
![]() 
The state of this ticket has been changed to confirmed
 
State change: resolved  
![]() 
The state of this ticket has been changed to resolved
 
RSS feeds double-escaped 
Fixed that and also fixed up relative url's which might pop up in some messages, these get to point to the non-ssl version of the site though, but that should be fine mostly.
 
  |