Page MenuHomePhabricator

Incorrect MIME type used to advertise Atom feed in Recentchanges
Closed, ResolvedPublic

Description

Author: mediawiki

Description:
Atom feed in Special:Recentchanges is advertised as being application/rss+atom
when no such MIME type exists. The correct MIME type is application/atom+xml (
http://www.atomenabled.org/developers/syndication/atom-format-spec.php#rfc.section.8
).

Example:
View source of: http://en.wikipedia.org/wiki/Special:Recentchanges
Notice the line:
<link rel='alternate' type='application/rss+atom' title='Atom 0.3' href=......

Note: The cause appears to be in includes/OutputPage.php (line 805 in 1.5alpha2
and CVS rev 1.225).


Version: 1.5.x
Severity: minor

Details

Reference
bz2393

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 8:31 PM
bzimport set Reference to bz2393.
bzimport added a subscriber: Unknown Object (MLST).