[ 
https://issues.apache.org/jira/browse/VFS-452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gary Gregory reopened VFS-452:
------------------------------


Oops, I meant to resolve, not close.
                
> HttpFileObject read/write attributes should reflect underlying FileSystem 
> capabilities
> --------------------------------------------------------------------------------------
>
>                 Key: VFS-452
>                 URL: https://issues.apache.org/jira/browse/VFS-452
>             Project: Commons VFS
>          Issue Type: Bug
>    Affects Versions: 2.0
>            Reporter: Jean-Marc Borer
>            Assignee: Gary Gregory
>             Fix For: 2.1
>
>
> 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?
>   

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to