[
https://issues.apache.org/jira/browse/HDFS-9877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Allen Wittenauer updated HDFS-9877:
-----------------------------------
Resolution: Fixed
Fix Version/s: 3.0.0-alpha1
Status: Resolved (was: Patch Available)
Committed to trunk!
Thanks!
> HDFS Namenode UI: Fix browsing directories that need to be encoded
> ------------------------------------------------------------------
>
> Key: HDFS-9877
> URL: https://issues.apache.org/jira/browse/HDFS-9877
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Reporter: Ravi Prakash
> Assignee: Ravi Prakash
> Fix For: 3.0.0-alpha1
>
> Attachments: HDFS-9877.01.patch
>
>
> When we browse a directory whose encoded path is not the same as unencoded
> path, *2* HTTP requests are sent (instead of 1) and the 2nd request fails.
> e.g. when I browse {{/tmp/new directory}} (note the space) it gets encoded to
> {{/tmp/new%20directory}} and then
> [this|https://github.com/apache/hadoop/blob/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/explorer.js#L40]
> check fails:
> {code}
> if(current_directory != dir) {
> browse_directory(dir);
> }{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]