Message1196

Author cgroves
Recipients
Date 2007-01-31.05:17:19
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Partially fixed in r3068.  

I just copied the existing values for the attributes in os to path to fix the initial problem.  

For realpath, I'm just using File(path).getCanonicalPath() which I think does the same thing from reading the docs.  

I haven't done anything to fix the normcase method.  The existing implementation uses File(path).getPath() on the passed in path, but that does nothing to handle the case changes.  I'm not sure how to detect if a filesystem is case sensitive in java, so I opened a new bug(#1648449) for normpath.
History
Date User Action Args
2008-02-20 17:17:32adminlinkissue1534547 messages
2008-02-20 17:17:32admincreate