https://bugzilla.wikimedia.org/show_bug.cgi?id=27544
--- Comment #16 from Bryan Tong Minh <[email protected]> 2011-02-19 22:28:31 UTC --- To clarify, for people who have not followed the IRC discussion: * The original assumption that the non-rendering of certain SVGs was caused by the new SvgMetadataExtrator was false. * MimeMagic::doGuessMimeType uses XmlTypeCheck to detect the mime type; this fails because XmlTypeCheck::wellFormed is set to false when the SVG is non-validating instead of non-wellformed * For me and Derk-Jan, the fileinfo pecl extension then detects the file as image/svg+xml anyway, but at Wikimedia it is detected as application/xml XmlTypeCheck must be fixed to only check wellformedness. Additionally, it would be interesting why at Wikimedia there is a difference between 1.16 and 1.17. A suggested approach for fixing XmlTypeCheck would be to change xml_parse_create_ns() into xml_parse_create(), but somebody who understands Xml properly needs to look at that. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
