Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3.0
-
None
-
Reviewed
Description
On branch-1, WebHDFS cannot create a file containing spaces. It fails with a URI syntax error while trying to create a java.net.URI pointing to the newly created file in the HTTP created response. This bug does not impact trunk, because the trunk code calls a different java.net.URI constructor, which automatically takes care of the required URI encoding.
Attachments
Attachments
Issue Links
- is related to
-
HDFS-6140 WebHDFS cannot create a file with spaces in the name after HA failover changes.
- Closed