[wp-trac] [WordPress Trac] #9993: Rss and atom feeds are dropping some characters
WordPress Trac
noreply at wordpress.org
Wed Jan 28 00:21:31 UTC 2026
#9993: Rss and atom feeds are dropping some characters
-------------------------------------------------+-------------------------
Reporter: pm24601 | Owner: (none)
Type: defect (bug) | Status: assigned
Priority: normal | Milestone: Awaiting
| Review
Component: Feeds | Version: 2.7.1
Severity: normal | Resolution:
Keywords: has-patch has-unit-tests needs- | Focuses:
refresh needs-test-info |
-------------------------------------------------+-------------------------
Comment (by redsweater):
As I mentioned, I'm not sure it's worth fixing this after all these years.
Anybody who would work on a fix would probably be able to create arbitrary
XML-RPC requests for testing at will, so the steps to reproduce are:
1. Establish a test blog e.g. at http://localhost:8889/
2. POST to the http://localhost:8889/wp-xmlrpc.cgi endpoint with XML
representing a new post request, where the title is "& > test <"
3. Using a newsreader or curl, access the feed for the site:
curl http://localhost:8889/feed/
Expected: the text within <title></title> tag on the post in the feed
should include a "<" character at the end.
Actual: It's stripped.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/9993#comment:35>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list