Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 531585

Summary: Eclipse News feed shows literal & in feed reader
Product: Community Reporter: Andreas Sewe <sewe>
Component: WebsiteAssignee: phoenix.ui <phoenix.ui-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: chris.guindon
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
See Also: https://git.eclipse.org/r/118205
https://git.eclipse.org/c/www.eclipse.org/community.git/commit/?id=7c3077597d8f194f8b3bada043cd0fc33aa713a6
Whiteboard:

Description Andreas Sewe CLA 2018-02-23 06:49:15 EST
The Eclipse News RSS feed [1] shows the following in an RSS feed reader:

  Eclipse Newsletter | Boot &amp; Build Eclipse Projects

The problem is this:

  <title><![CDATA[Eclipse Newsletter | Boot &amp; Build Eclipse Projects]]></title>

The CDATA section disabled the interpretation of character entities like &amp;. Instead, a literal ampersand must be used.

[1] <http://feeds.feedburner.com/eclipse/fnews?format=xml>
Comment 1 Eclipse Genie CLA 2018-02-26 13:16:02 EST
New Gerrit change created: https://git.eclipse.org/r/118205
Comment 3 Christopher Guindon CLA 2018-02-26 13:19:32 EST
This should be fixed now!

I will send out a private email to the author to let them know not to character entities with <![CDATA[]]>.
Comment 4 Christopher Guindon CLA 2018-02-26 13:19:42 EST
Closing.