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

Bharat Viswanadham commented on HADOOP-14929:
---------------------------------------------

[~arpitagarwal]
1. This issue is already fixed in netty-code, now + is not converted to space.
2. createflag valid values are create, overwrite, append and sync_block. Even 
if user mistakenly passed "+", now it will not be an issue with decodeComponent 
method from netty.

> Cleanup usage of decodecomponent and use QueryStringDecoder from netty
> ----------------------------------------------------------------------
>
>                 Key: HADOOP-14929
>                 URL: https://issues.apache.org/jira/browse/HADOOP-14929
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Bharat Viswanadham
>            Assignee: Bharat Viswanadham
>         Attachments: HADOOP-14929.00.patch, HADOOP-14929.01.patch
>
>
> This is from the review of HADOOP-14910
> There is also other place usage of 
> decodeComponent(param(CreateFlagParam.NAME), StandardCharsets.UTF_8);
> In ParameterParser.java Line 147-148:
> String cf = decodeComponent(param(CreateFlagParam.NAME), 
> StandardCharsets.UTF_8);
> Use QueryStringDecoder from netty here too and cleanup the decodeComponent. 
> Actually this is added for netty issue only.



--
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