#2580: RSS feed validation in 0.9.3
----------------------+-----------------------------------------------------
 Reporter:  osimons   |        Owner:  cboos   
     Type:  defect    |       Status:  reopened
 Priority:  normal    |    Milestone:  0.9.4   
Component:  timeline  |      Version:  0.9.3   
 Severity:  normal    |   Resolution:          
 Keywords:            |  
----------------------+-----------------------------------------------------
Changes (by anonymous):

  * status:  closed => reopened
  * resolution:  fixed =>

Comment:

 I believe this is not fixed, in the case when the config option
 {{{
 [timeline]
 changeset_show_files = 1
 }}}
 is on.  In that case the rss feed's description element looks like this:

 {{{
     <description><ul class="changes"><li><div
 
class="copy"></div>branches/dev_branch/sapphire/log.c</li><li>&hellip;</li></ul><p>
 Merged <a class="changeset" href="http://www/trac/changeset/11781";
 title="Logging facility  ...">[11781]</a> (logging support) to trunk
 </p>
 </description>
 }}}

 which contains the invalid &hellip; element as well as some unescaped html
 code.  The expat xml parser complains that it's invalid xml in that case.

 I worked around it for my site by disabling changeset_show_files.

-- 
Ticket URL: <http://trac.edgewall.org/ticket/2580#comment:16>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to