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
- 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><![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.
- foundin changed to: "2011-04-19 20:30:31 085b6a1bbb"
- private_contact changed to: "ae1a74676bb0d1ac520802109f926567b1637ac7"
- severity changed to: "Important"
- status changed to: "Open"
- title changed to:
Fossil should deliver application/xhtml+xml when appropriate (with patch)
- type changed to: "Code_Defect"