Modify ↓
#1912 closed defect (fixed)
Incorrectly escaped author in Timeline RSS-feed
Reported by: | Rede | Owned by: | Christopher Lenz |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | timeline | Version: | devel |
Severity: | major | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
RSS feed in timeline is broken - for some reason Trac doesn't escape author names correctly and you can have following in RSS feed that breaks it:
<author>Shunichi Goto <gotoh@taiyo.co.jp></author>
Attachments (0)
Change History (2)
comment:1 by , 19 years ago
Milestone: | → 0.9 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Should be fixed in [2070].
I'm not sure though whether the <author> tag should actually only contain the email address itself.