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

Bug 558951

Summary: RSS feed for https://accounts.eclipse.org/mailing-list/epp-dev is broken
Product: Community Reporter: Ed Merks <Ed.Merks>
Component: MailingListsAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED WORKSFORME QA Contact:
Severity: major    
Priority: P3 CC: denis.roy, gerard.henry
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Ed Merks CLA 2020-01-09 00:48:18 EST
I.e., this URL yields a 404:

http://dev.eclipse.org/mhonarc/lists/epp-dev/maillist.rss

I think it's a general problem because the RSS feed link for this doesn't work either:

https://accounts.eclipse.org/mailing-list/platform-dev

It looks like some redirection is involved, but I've not been able to determine what the correct new improved URL for the feed really should be and of course each mailing list archive page itself should provide that link.
Comment 1 Eclipse Webmaster CLA 2020-01-09 10:40:24 EST
D'oh, I forgot to add that config section to the archiver.  I've added it and will remove the current archives to force the archiver to regenerate the rss for all lists.  This is required as without this step only updated lists would have rss feeds. 

-M.
Comment 2 Ed Merks CLA 2020-01-10 01:42:37 EST
Unfortunately this specific feed does not validate:

https://validator.w3.org/feed/check.cgi?url=http%3A%2F%2Fdev.eclipse.org%2Fmhonarc%2Flists%2Fepp-dev%2Fmaillist.rss

I think the worst (show stopping) problem is this:

		<content:encoded><![CDATA[ Viele Grüße,Dennis Hübner _______________________________________________ epp-dev mailing list epp-dev@xxxxxxxxxxx To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/ep...]></content:encoded>

Here the closing ]> should be ]]>.

Perhaps something is shortening the string and is removing part of the closing terminating "]]>"?
Comment 3 Eclipse Webmaster CLA 2020-01-13 14:31:08 EST
(In reply to Ed Merks from comment #2)
> Unfortunately this specific feed does not validate:

I've tweaked the template and feeds seem to be validating:

https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Fwww.eclipse.org%2Fmhonarc%2Flists%2Ftycho-dev%2Fmaillist.rss

This should filter out to lists as they update.

-M.
Comment 4 Ed Merks CLA 2020-01-13 23:14:13 EST
This specific one still has an error:

dev.eclipse.org/mhonarc/lists/epp-dev/maillist.rss

Specifically this:

		<content:encoded><![CDATA[ Viele Grüße,Dennis Hübner _______________________________________________ epp-dev mailing list epp-dev@xxxxxxxxxxx To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/ep...]></content:encoded>
		<pubDate>Wed, 18 Dec 2019 10:17:25 GMT</pubDate>
		<guid isPermaLink="true">http://www.eclipse.org/mhonarc/lists/epp-dev/msg05657.html</guid>
		<author>rschnekenburger@xxxxxxx (Remi Schnekenburger)</author>
	</item>

Where <![CDATA[ is terminated by ep...]> and not ep...]]>.
Comment 5 Eclipse Webmaster CLA 2020-01-14 14:24:49 EST
The link you're using is to dev.eclipse.org which is out of date, as these have been moved to www.eclipse.org.

The webdev team has updated the URL on the mailing list description pages, and while that patch waits to go live I've added a rewrite rule on dev to redirect things.

-M.
Comment 6 gérard henry CLA 2020-08-07 05:47:28 EDT
hello,
i got the problem at the page:
https://accounts.eclipse.org/mailing-list/photran

where the given feed is:
http://dev.eclipse.org/mhonarc/lists/photran/maillist.rss

this feed is refused par Thunderbird 68

if i replace dev by www, the error is the same. What is the correct url?

Thanks
Comment 7 Eclipse Webmaster CLA 2020-08-07 10:26:49 EDT
(In reply to gérard henry from comment #6)

I'm not able to replicate this.  Visiting the mailing list info page has the correct www URL for the RSS feed, and it renders correctly in Akregator.

-M.