[jira] [Updated] (HDFS-13582) Improve backward compatibility for HDFS-13176 (WebHdfs file path gets truncated when having semicolon (;) inside)

2019-05-17 Thread Wei-Chiu Chuang (JIRA)


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

Wei-Chiu Chuang updated HDFS-13582:
---
Fix Version/s: 3.1.1

> Improve backward compatibility for HDFS-13176 (WebHdfs file path gets 
> truncated when having semicolon (;) inside)
> -
>
> Key: HDFS-13582
> URL: https://issues.apache.org/jira/browse/HDFS-13582
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Affects Versions: 3.0.0
>Reporter: Zsolt Venczel
>Assignee: Zsolt Venczel
>Priority: Major
> Fix For: 3.2.0, 3.1.1
>
> Attachments: HDFS-13582-branch-2.01.patch, HDFS-13582.01.patch, 
> HDFS-13582.02.patch
>
>
> Encode special character only if necessary in order to improve backward 
> compatibility in the following scenario:
> new (having HDFS-13176) WebHdfs client - > old (not having HDFS-13176) 
> WebHdfs server 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (HDFS-13582) Improve backward compatibility for HDFS-13176 (WebHdfs file path gets truncated when having semicolon (;) inside)

2018-06-15 Thread Sean Mackrory (JIRA)


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

Sean Mackrory updated HDFS-13582:
-
Resolution: Fixed
Status: Resolved  (was: Patch Available)

Committed your branch-2 patch. Thanks, [~zvenczel]!

> Improve backward compatibility for HDFS-13176 (WebHdfs file path gets 
> truncated when having semicolon (;) inside)
> -
>
> Key: HDFS-13582
> URL: https://issues.apache.org/jira/browse/HDFS-13582
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Affects Versions: 3.0.0
>Reporter: Zsolt Venczel
>Assignee: Zsolt Venczel
>Priority: Major
> Fix For: 3.2.0
>
> Attachments: HDFS-13582-branch-2.01.patch, HDFS-13582.01.patch, 
> HDFS-13582.02.patch
>
>
> Encode special character only if necessary in order to improve backward 
> compatibility in the following scenario:
> new (having HDFS-13176) WebHdfs client - > old (not having HDFS-13176) 
> WebHdfs server 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (HDFS-13582) Improve backward compatibility for HDFS-13176 (WebHdfs file path gets truncated when having semicolon (;) inside)

2018-06-03 Thread Zsolt Venczel (JIRA)


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

Zsolt Venczel updated HDFS-13582:
-
Attachment: HDFS-13582-branch-2.01.patch

> Improve backward compatibility for HDFS-13176 (WebHdfs file path gets 
> truncated when having semicolon (;) inside)
> -
>
> Key: HDFS-13582
> URL: https://issues.apache.org/jira/browse/HDFS-13582
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Affects Versions: 3.0.0
>Reporter: Zsolt Venczel
>Assignee: Zsolt Venczel
>Priority: Major
> Fix For: 3.2.0
>
> Attachments: HDFS-13582-branch-2.01.patch, HDFS-13582.01.patch, 
> HDFS-13582.02.patch
>
>
> Encode special character only if necessary in order to improve backward 
> compatibility in the following scenario:
> new (having HDFS-13176) WebHdfs client - > old (not having HDFS-13176) 
> WebHdfs server 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (HDFS-13582) Improve backward compatibility for HDFS-13176 (WebHdfs file path gets truncated when having semicolon (;) inside)

2018-05-24 Thread Zsolt Venczel (JIRA)

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

Zsolt Venczel updated HDFS-13582:
-
Attachment: HDFS-13582.02.patch

> Improve backward compatibility for HDFS-13176 (WebHdfs file path gets 
> truncated when having semicolon (;) inside)
> -
>
> Key: HDFS-13582
> URL: https://issues.apache.org/jira/browse/HDFS-13582
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Affects Versions: 3.0.0
>Reporter: Zsolt Venczel
>Assignee: Zsolt Venczel
>Priority: Major
> Fix For: 3.2.0
>
> Attachments: HDFS-13582.01.patch, HDFS-13582.02.patch
>
>
> Encode special character only if necessary in order to improve backward 
> compatibility in the following scenario:
> new (having HDFS-13176) WebHdfs client - > old (not having HDFS-13176) 
> WebHdfs server 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (HDFS-13582) Improve backward compatibility for HDFS-13176 (WebHdfs file path gets truncated when having semicolon (;) inside)

2018-05-17 Thread Zsolt Venczel (JIRA)

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

Zsolt Venczel updated HDFS-13582:
-
Status: Patch Available  (was: Open)

> Improve backward compatibility for HDFS-13176 (WebHdfs file path gets 
> truncated when having semicolon (;) inside)
> -
>
> Key: HDFS-13582
> URL: https://issues.apache.org/jira/browse/HDFS-13582
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Affects Versions: 3.0.0
>Reporter: Zsolt Venczel
>Assignee: Zsolt Venczel
>Priority: Major
> Fix For: 3.2.0
>
> Attachments: HDFS-13582.01.patch
>
>
> Encode special character only if necessary in order to improve backward 
> compatibility in the following scenario:
> new (having HDFS-13176) WebHdfs client - > old (not having HDFS-13176) 
> WebHdfs server 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (HDFS-13582) Improve backward compatibility for HDFS-13176 (WebHdfs file path gets truncated when having semicolon (;) inside)

2018-05-17 Thread Zsolt Venczel (JIRA)

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

Zsolt Venczel updated HDFS-13582:
-
Attachment: HDFS-13582.01.patch

> Improve backward compatibility for HDFS-13176 (WebHdfs file path gets 
> truncated when having semicolon (;) inside)
> -
>
> Key: HDFS-13582
> URL: https://issues.apache.org/jira/browse/HDFS-13582
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Affects Versions: 3.0.0
>Reporter: Zsolt Venczel
>Assignee: Zsolt Venczel
>Priority: Major
> Fix For: 3.2.0
>
> Attachments: HDFS-13582.01.patch
>
>
> Encode special character only if necessary in order to improve backward 
> compatibility in the following scenario:
> new (having HDFS-13176) WebHdfs client - > old (not having HDFS-13176) 
> WebHdfs server 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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