https://bugzilla.wikimedia.org/show_bug.cgi?id=41775
--- Comment #5 from Lupo <[email protected]> 2012-11-06 19:35:57 UTC --- Note that all this was before the release of commons-compress 1.0. mwdumper originally contained a few copied classes from commons-compress. These required the caller to check for "BZ" before decompressing. (Compressing would, however, put the "BZ" into the output.) On 2012-02-10, that was removed from mwdumper, and it was changed to use the normal commons-compress Bzip2 compressor. That one has, since 1.0, always checked itself for "BZ" when decompressing. http://svn.apache.org/viewvc?view=revision&revision=764502 change 2009-04-13 http://archive.apache.org/dist/commons/compress/binaries/ V1.0 2009-05-21 Looks like removing this manual check for "BZ" was just forgotten. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
