https://bugzilla.wikimedia.org/show_bug.cgi?id=15895
--- Comment #7 from Juan Caballero <[email protected]> 2008-12-19 18:39:55 UTC --- I took a look at IEContentAnalyzer.php and our own model. Our models are mostly identical, which is pretty impressive on both sides given all the quirks in IE's algorithm. To summarize, I found 4 discrepancies. We have fixed one signature in our web and here are the other 3 that you might want to fix: image/bmp Bytes 8 and 9 should zero, rather than different than zero image/gif The signature is case insensitive, rather than case sensitive application/macbinhex40 The signature is case sensitive, rather than case insensitive -- 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
