[Trac-tickets] [The Trac Project] #1765: Invalid header parsing with Wiki syntax

The Trac Project noreply at edgewall.com
Thu Jul 7 14:10:14 CDT 2005


#1765: Invalid header parsing with Wiki syntax
--------------------+-------------------------------------------------------
       Id:  1765    |      Status:  new                     
Component:  wiki    |    Modified:  Thu Jul  7 14:10:13 2005
 Severity:  minor   |   Milestone:  0.9                     
 Priority:  normal  |     Version:  devel                   
    Owner:  jonas   |    Reporter:  eblot                   
--------------------+-------------------------------------------------------
 When a header contains the double quote character, such as in the
 following example:
 {{{
 === This is a "wiki" test ===
 }}}
 the {{{"}}} character is replaced with the wiki ticket {{{#34}}}.

 I believe this regression has been introduced in [1838], which resolved
 #608.[[BR]]
 I guess that " is first translated into the HTML equivalent {{{"}}}
 which is ''eventually'' interpreted as a ticket link.

 util/escape should be called with '''False''' as the second argument in
 such a case.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/1765>
The Trac Project <>


More information about the Trac-Tickets mailing list