Make WordPress Core

Opened 18 years ago

Closed 16 years ago

#4526 closed defect (bug) (worksforme)

Full URLs break the feed

Reported by: toivoellakvere's profile toivoellakvere Owned by:
Milestone: Priority: normal
Severity: normal Version: 2.2.1
Component: General Keywords: feed, hyperlink reporter-feedback
Focuses: Cc:

Description

You could add full hyperlinks but it breaks the feed.

<<
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.


A semi colon character was expected. Error processing resource 'yourblog.com/?cat=14&feed=rss'. Line 59, P...

http://science.slashdot.org/comments.pl?sid=228425&cid=18513847


Attachments (1)

emergency.php.txt (6.6 KB) - added by phipl 2 years ago.

Download all attachments as: .zip

Change History (7)

#1 @toivoellakvere
18 years ago

"&cid=" is the problem here

#2 @Viper007Bond
18 years ago

  • Summary changed from Brakes feed to Full URLs break the feed

A somewhat more descriptive title, but I'm still confused as hell about this ticket.

#3 @rob1n
18 years ago

  • Milestone changed from 2.2.2 to 2.4 (future)

Yeah, I have no idea whatsoever. Moving the milestone until we know what the issue is.

#4 @westi
18 years ago

  • Keywords reporter-feedback added

Well the error is the unencoded & in the feed data - where it's happening is another question.

#5 @josephscott
17 years ago

  • Component changed from XML-RPC to General

This doesn't belong in the XML-RPC component.

#6 @DD32
16 years ago

  • Milestone 2.9 deleted
  • Resolution set to worksforme
  • Status changed from new to closed

Appears fixed to me.

At some point & has been replaced by '&#038;' and its wrapped in <![CDATA[ ]]> tags, tested on 2.8-trunk rss, rss2, and atom feeds.

@phipl
2 years ago

Note: See TracTickets for help on using tickets.