You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/03/27 09:29:00 UTC

[jira] [Updated] (HADOOP-17605) Change String.getBytes() to DFSUtil.string2Bytes(String) to avoid Unsupported Encoding Exception

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

ASF GitHub Bot updated HADOOP-17605:
------------------------------------
    Labels: pull-request-available  (was: )

> Change String.getBytes() to DFSUtil.string2Bytes(String) to avoid Unsupported Encoding Exception
> ------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-17605
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17605
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: dbgp2021
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Hello,
> I found that DFSUtil.string2Bytes(String) can be used here instead of String.getBytes(). Otherwise, the API String.getBytes() may cause potential risk of UnsupportedEncodingException since the behavior of this method when the string cannot be encoded in the default charset is unspecified. One recommended API is DFSUtil.string2Bytes(String) which provides more control over the encoding process and can avoid this exception. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org