Opened 16 years ago
Closed 15 years ago
#7796 closed defect (bug) (worksforme)
Export doesn't enclose comment content text in <![CDATA[ even though people can include stuff that breaks parsers in comments
Reported by: | nyohannes | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Export | Keywords: | |
Focuses: | Cc: |
Description
It's common for people to link to stuff in a comment.
If you export a blog using the exporter, <wp:comment_content> isn't escaped using a <![CDATA
If someone included a url with valid url parameters in their comment text, e.g.,
"Yes, the release notes are available at our online forum:
http://www.intellij.net/forums/thread.jspa?threadID=274511&tstart=0"
It would break any parsers trying to import that comment
Change History (4)
#3
@
15 years ago
- Cc david_v_wright@… added
hmmm, it looks escaped to me
<wp:comment_content><![CDATAYes, the release notes are available at our online forum: http://www.intellij.net/forums/thread.jspa?]></wp:comment_content>
At revision 12183.
Note: See
TracTickets for help on using
tickets.
Punting due to feature freeze. Reconsider with next release.