[ 
https://issues.apache.org/jira/browse/HADOOP-14910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16190590#comment-16190590
 ] 

Bharat Viswanadham edited comment on HADOOP-14910 at 10/4/17 12:45 AM:
-----------------------------------------------------------------------

Hi [~vinayrpet] 
There is also other place usage of decodeComponent(param(CreateFlagParam.NAME), 
StandardCharsets.UTF_8);





{code:java}
In ParameterParser.java Line 147-148:
String cf = decodeComponent(param(CreateFlagParam.NAME), 
StandardCharsets.UTF_8);
{code}


Can we use the QueryStringDecoder here too and remove the decodeComponent 
method, which is added to resolve this issue only?


was (Author: bharatviswa):
Hi [~vinayrpet] 
There is also other place usage of decodeComponent(param(CreateFlagParam.NAME), 
StandardCharsets.UTF_8);


{noformat}
In ParameterParser.java Line 147-148:
{noformat}

{code:java}
String cf = decodeComponent(param(CreateFlagParam.NAME), 
StandardCharsets.UTF_8);
{code}


Can we use the QueryStringDecoder here too and remove the decodeComponent 
method, which is added to resolve this issue only?

> Upgrade netty-all jar to latest 4.0.x.Final
> -------------------------------------------
>
>                 Key: HADOOP-14910
>                 URL: https://issues.apache.org/jira/browse/HADOOP-14910
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Vinayakumar B
>            Assignee: Vinayakumar B
>            Priority: Critical
>         Attachments: HADOOP-14910-01.patch, HADOOP-14910-02.patch
>
>
> Upgrade netty-all jar to 4.0.37.Final version to fix latest vulnerabilities 
> reported.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to