[
https://issues.apache.org/jira/browse/HDFS-9877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15315153#comment-15315153
]
Hudson commented on HDFS-9877:
------------------------------
SUCCESS: Integrated in Hadoop-trunk-Commit #9911 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/9911/])
HDFS-9877. HDFS Namenode UI: Fix browsing directories that need to be (aw: rev
15f018434c5b715729488fd0b03a11f1bc943470)
* hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/explorer.js
> 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]