[ 
https://issues.apache.org/jira/browse/COMPRESS-180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig resolved COMPRESS-180.
-------------------------------------

    Resolution: Fixed

svn revision 1512789 adds encoding support to the dump package - by accident it 
also contains a comment explaining why I wouldn't fix TarUtils and some charset 
literal to CharsetNames-constant changes.

svn revision 1512804 adds encoding support to the CPIO package.

AFAICT there is no other unexplained raw byte[] => String conversion left.
                
> new String(byte[]) conversions use default encoding
> ---------------------------------------------------
>
>                 Key: COMPRESS-180
>                 URL: https://issues.apache.org/jira/browse/COMPRESS-180
>             Project: Commons Compress
>          Issue Type: Bug
>            Reporter: Sebb
>             Fix For: 1.6
>
>
> Some classes convert byte[] to String without specifying the encoding to be 
> used; this is potentially unsafe.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to