#2989: html preprocessor messes up with these links
--------------------+-------------------------------------------------------
 Reporter:  joram   |        Owner:  jonas
     Type:  defect  |       Status:  new  
 Priority:  normal  |    Milestone:       
Component:  wiki    |      Version:  0.9.3
 Severity:  normal  |   Resolution:       
 Keywords:          |  
--------------------+-------------------------------------------------------
Comment (by cmlenz):

 The conversion of the first link is valid… `&` needs to be converted to
 `&` anywhere to be valid (X)HTML.

 The conversion of the second link, well… we only a allow a subset of
 known/legal protocols. “tsvn” is not known, and thus the entire
 attribute is stripped out (the rationale behind this is to disallow
 potentially dangerous references, such as `javascript:` links or images).

 What does the “tsvn” protocol do, anyway? Can't you just use
 “http”?

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2989>
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