PathData saves original string value, inviting failure when CWD changes
-----------------------------------------------------------------------
Key: HADOOP-7393
URL: https://issues.apache.org/jira/browse/HADOOP-7393
Project: Hadoop Common
Issue Type: Bug
Components: fs
Affects Versions: 0.23.0
Reporter: Matt Foley
PathData#string stores the pathstring originally used to construct the Path,
and returns it from various methods, apparently in an attempt to improve the
user experience for the shell.
However, the current working directory may change, and if so this string value
becomes meaningless and/or incorrect in context.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira