You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Ravi Prakash (JIRA)" <ji...@apache.org> on 2016/03/01 00:59:18 UTC

[jira] [Created] (HDFS-9877) HDFS Namenode UI: Fix browsing directories that need to be encoded

Ravi Prakash created HDFS-9877:
----------------------------------

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


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)