Travis Thompson created HDFS-5949:
-------------------------------------
Summary: New Namenode UI when trying to download a file, the
browser doesn't know the file name
Key: HDFS-5949
URL: https://issues.apache.org/jira/browse/HDFS-5949
Project: Hadoop HDFS
Issue Type: Bug
Affects Versions: 2.3.0
Reporter: Travis Thompson
Assignee: Travis Thompson
Priority: Minor
When trying to download a file though the new Namenode UI FS Browser, the
browser doesn't know the name of the file because of a trailing slash. For
instance, this url is broken and Firefox picks a random name for:
{noformat}
http://dn.example.com:70/webhdfs/v1/user/tthompso/test_examples/wordcount_in/core-site.xml/?op=OPEN&delegation=TOKEN&namenoderpcaddress=namenode.example.com:9000&offset=0
{noformat}
But if you remove the trailing / on the file name, Firefox correctly picks up
the name of the file:
{noformat}
http://dn.example.com:70/webhdfs/v1/user/tthompso/test_examples/wordcount_in/core-site.xml?op=OPEN&delegation=TOKEN&namenoderpcaddress=namenode.example.com:9000&offset=0
{noformat}
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)