Closed (fixed)
Project:
Atom
Version:
5.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Mar 2008 at 14:04 UTC
Updated:
21 May 2009 at 14:20 UTC
It is necessary that strings are xml escaped, however title and subtitle are not escaped in feeds created by the atom module. If the site title contains "&", then the atom/feed will guaranteed to be invalid. This issue is a blocker for sites such as http://wso2.org (The patch is now applied).
The attached patch uses php built in function htmlentities function to encode the title and the subtitle.
| Comment | File | Size | Author |
|---|---|---|---|
| atom.module.patch | 1.11 KB | mohanjith |
Comments
Comment #1
mohanjith commentedComment #2
mohanjith commentedComment #3
deekayen commented