Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.9.0, 3.0.0-alpha1
    • ui
    • None

    Description

      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 check fails:

          if(current_directory != dir) {
            browse_directory(dir);
          }

      Attachments

        1. HDFS-9877.01.patch
          0.6 kB
          Ravi Prakash

        Activity

          People

            raviprak Ravi Prakash
            raviprak Ravi Prakash
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: