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

Ravi Prakash updated HDFS-9877:
-------------------------------
    Target Version/s:   (was: 2.8.0)
              Status: Patch Available  (was: Open)

> 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
>         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]

Reply via email to