Closed
Description
A few default-charset using methods in commons-io (FileUtils: added in 1.3)
were missing. Additionally there was a missing detection for a
CopyUtils(byte[],Writer).
Actually at some point the entire CopyUtils was deprecated (use IOUtils
instead), so we should ban the whole file at least in versions where its
deprecated... for another issue :)
Original issue reported on code.google.com by [email protected]
on 1 Jul 2013 at 9:04