You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Matt Foley (JIRA)" <ji...@apache.org> on 2011/06/14 23:48:47 UTC

[jira] [Created] (HADOOP-7393) PathData saves original string value, inviting failure when CWD changes

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