On 2010-02-12, Torsten Curdt <tcu...@apache.org> wrote:

> I also wanted to get Compressor detection in ...and just committed that :)

Saw that.  While looking through the patch I realized we are using
equalsIgnoreCase in the factories which is not such a good idea since
this is locale dependent and the Turkish lowercase of "ZIP" is not
"zip".  I'll change that to locale insensitive comparisons - actually
comparisons using the English locale soon.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to