Re: [VFS] Multiple OutputStreams spec vs. DefaultFileContent implementation

2013-08-08 Thread Bernd Eckenfels
Hello, there are some more places where some semantic for input/output streams is described (and I think it does not match the implementation) org.apache.commons.vfs2.provider.http.HttpFileObject.doGetInputStream():127 * It is guaranteed that there are no open output streams for this f

[VFS] Multiple OutputStreams spec vs. DefaultFileContent implementation

2013-08-08 Thread Bernd Eckenfels
Hello, I was trying to understand the concurrency semantics of VFS2, and I found some comments which contradict each other and all of them also contradict the implementation: The current implementation allows multiple input streams and multiple random access and a single outputstream PER