DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36962>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36962


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO




------- Additional Comments From [EMAIL PROTECTED]  2005-10-13 21:38 -------
Sorry, I didnt fully understand this problem.

I tried the following code:

final FileObject foRoot = VFS.getManager().resolveFile("ftp://ftpserver/";, 
opts);
final FileObject foIN = VFS.getManager().resolveFile("ftp://ftpserver/etc";, 
opts);
System.err.println(foRoot + " " + System.identityHashCode(foRoot));
System.err.println(foIN + " " + System.identityHashCode(foIN));
System.err.println(foIN.getParent() + " " +
System.identityHashCode(foIN.getParent()));
System.err.println(foIN.getFileSystem().getRoot() + " " +
System.identityHashCode(foIN.getFileSystem().getRoot()));
System.err.println(foIN.getFileSystem().getRoot() == foRoot);

and the identity hash code is perfectly valid. Also the last check shows VFS
returns the same objects.

Also I dont know how this is related to your first sentence.
What happens if you create a file/folder?

Do you use VFS.getManager() or do you setup some sort of FileChache?

Thanks!

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to