HADOOP-14910. Upgrade netty-all jar to latest 4.0.x.Final. Contributed by Vinayakumar B.
(cherry picked from commit f29e55bf5e
)
This commit is contained in:
parent
7c838bf6ed
commit
43c6c54b8c
|
@ -58,8 +58,7 @@ class ParameterParser {
|
|||
private final Map<String, List<String>> params;
|
||||
|
||||
ParameterParser(QueryStringDecoder decoder, Configuration conf) {
|
||||
this.path = decodeComponent(decoder.path().substring(WEBHDFS_PREFIX_LENGTH),
|
||||
StandardCharsets.UTF_8);
|
||||
this.path = decoder.path().substring(WEBHDFS_PREFIX_LENGTH);
|
||||
this.params = decoder.parameters();
|
||||
this.conf = conf;
|
||||
}
|
||||
|
|
|
@ -716,7 +716,7 @@
|
|||
<dependency>
|
||||
<groupId>io.netty</groupId>
|
||||
<artifactId>netty-all</artifactId>
|
||||
<version>4.0.23.Final</version>
|
||||
<version>4.0.52.Final</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue