Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0
-
None
Description
When you do a:
FileObject fo = fsManager.resolveFile("http://host:port/somefile.xml");
VFS will create a HTTP FileSystem that has only read capabilities. However, fo.isWritable() returns true where
fo.getFileSystem().hasCapability(Capability.WRITE_CONTENT)); return false as expected.
This is inconsistent in my opinion and should be fixed or is it intentionally implemented that way?