craftworks created AMBARI-24953:
-----------------------------------
Summary: Ambari Files Views 'New Folder' does not handle folders
with spaces
Key: AMBARI-24953
URL: https://issues.apache.org/jira/browse/AMBARI-24953
Project: Ambari
Issue Type: Bug
Components: ambari-views
Reporter: craftworks
Ambari Files Views allows to input folders with a space which is not handled
correctly by the called backend api.
The underlying api does create the folder but replaces spaces with the '+'
(plus) symbol.
This results in a UI error and an folder with '+' symbols created.
HDFS supports folders with spaces
{code:java}
hdfs dfs -mkdir "folder space"{code}
*Steps to reproduce:*
* login ambari file view
* click "New Folder" button enter *folder with space*
* see the error message
* click refresh button
* see the created folder *folder+with+space*
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)