Ticket Change Details
Not logged in
Overview

Artifact ID: f176430649d6b8742d8953986f0daa6a20d2a99b
Ticket: 9fbc3fad8a30180effa7b55fc496e28987c6d98f
Fossil should deliver application/xhtml+xml when appropriate (with patch)
User & Date: anonymous 2011-04-22 03:10:17
Changes

  1. comment changed to:
    Fossil currently always delivers web page content as text/html to the browser.
    
    Following the guidelines in <a href="http://www.w3.org/TR/xhtml-media-types/">http://www.w3.org/TR/xhtml-media-types/</a> the attached patch delivers the application/xhtml+xml content type instead when appropriate.
    
    This will allow the use of the <nowiki>&lt;![CDATA[ ... anything not escaped ... ]]></nowiki> construct in future fossil output which should facilitate embedding arbitrary command output into the returned web pages (such as for rebuild and sync when used from the web ui).
    
    NOTE: The patch attached to ticket [5ff2043c96] should also be applied or else invalid xhtml can be sent to the browser.
    
  2. foundin changed to: "2011-04-19 20:30:31 085b6a1bbb"
  3. private_contact changed to: "ae1a74676bb0d1ac520802109f926567b1637ac7"
  4. severity changed to: "Important"
  5. status changed to: "Open"
  6. title changed to:
    Fossil should deliver application/xhtml+xml when appropriate (with patch)
    
  7. type changed to: "Code_Defect"