krishnact / gaevfs

Automatically exported from code.google.com/p/gaevfs
Apache License 2.0
0 stars 1 forks source link

with Combined Local option, FileName.isAncestor() and FileName.isDescendant() can return unexpected results #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The implementations of FileName.isAncestor() and FileName.isDescendant() 
expect the two fils to be within the same file system. With the Combined 
Local option enabled (which it is by default), this can produce unexpected 
results. For example, FileObject.getChildren() will return both local and 
GAE children for a GAE folder, but isAncestor() and isDescendant() will 
return false.

Original issue reported on code.google.com by vbonfa...@gmail.com on 24 Jul 2009 at 9:17

GoogleCodeExporter commented 8 years ago

Original comment by vbonfa...@gmail.com on 14 Aug 2009 at 9:06