Re: [VFS] UserAuthenticationData enhancement

2013-03-01 Thread Jean-Marc Borer
Nobody can answer that? On Thursday, February 28, 2013, Jean-Marc Borer wrote: OK guys, thank you for your feedback. I'll provide those patches, but it is difficult sometimes to keep up with them because the source code in trunk changes and patches may conflict (it happened recently to me

Re: [VFS] UserAuthenticationData enhancement

2013-02-28 Thread Jean-Marc Borer
Jörg, I am new to this list and project. I have actively contributed to VFS especially to the HTTP and Webdav parts. When I file an issue or a request for improvement, I also publish a patch. Where can I find the information if my patch will be accepted/integrated in which version and when it is

Re: [VFS] UserAuthenticationData enhancement

2013-02-28 Thread Jean-Marc Borer
and webdav parts? You could need my help ;) Cheers, Jean-Marc On Thu, Feb 28, 2013 at 10:40 AM, Jörg Schaible joerg.schai...@scalaris.com wrote: Hi, Benedikt Ritter wrote: Hello Jean-Marc 2013/2/28 Jean-Marc Borer jmbo...@gmail.com Jörg, I am new to this list and project. I have actively

[VFS] Is deletion of a directory broken in WebDAV?

2013-02-26 Thread Jean-Marc Borer
Hi all, WebDAV seems to always include the parent folder when returning a list of children for a directory. In VFS, it is checked that a folder is empty before allowing to delete it. However with WebDAV, all empty dirs return one entry (themselfs) which denies the deletion of the directory.

Re: [VFS] UserAuthenticationData enhancement

2013-02-26 Thread Jean-Marc Borer
Fine for me Jean-Marc On Tue, Feb 26, 2013 at 12:08 PM, Jörg Schaible joerg.schai...@scalaris.com wrote: Hello guys, the current implementation of the UserAuthenticationData only allows us to keep character arrays as values for the user authentication. However, for FTPS or SFTP (maybe more

[vfs] webdav list

2013-02-25 Thread Jean-Marc Borer
Hi all, I've noticed that when you try to get a directory list with WebDAV it ALWAYS include the parent folder in its first entry. For example, when you try to list items from an empty dir, WebDAV returns you one entry with the folder itself. In VFS, this prevents the deletion of the directory

Re: [vfs] New feature request: configurable socket timeout for HTTP and WebDAV in VFS

2013-02-06 Thread Jean-Marc Borer
, Feb 5, 2013 at 11:50 AM, Jean-Marc Borer jmbo...@gmail.com wrote: Hello list members, We need to be able to specify socket timeouts in VFS for HTTP and WebDAV in our project so that request will no hang for ever in certain conditions. I have modified the sources

Re: [vfs] New feature request: configurable socket timeout for HTTP and WebDAV in VFS

2013-02-06 Thread Jean-Marc Borer
I found this entry in JIRA: https://issues.apache.org/jira/browse/VFS-249 Actually it is not true that it is fixed. Looking at the code Ralph Goers's explanation are not correct. It should be reopened. I will create a new entry. On Wed, Feb 6, 2013 at 9:51 AM, Jean-Marc Borer jmbo

Re: [vfs] New feature request: configurable socket timeout for HTTP and WebDAV in VFS

2013-02-06 Thread Jean-Marc Borer
https://issues.apache.org/jira/browse/VFS-453 Patch will come soon On Wed, Feb 6, 2013 at 10:09 AM, Benedikt Ritter brit...@apache.org wrote: Hi Jean-Marc, 2013/2/6 Jean-Marc Borer jmbo...@gmail.com OK. You seem to like the feature. Can I provide the patch for integration then? To whom

Re: [vfs] New feature request: configurable socket timeout for HTTP and WebDAV in VFS

2013-02-06 Thread Jean-Marc Borer
question: from which version of VFS should I provide a patch? trunk? tag? branch? Cheers, Jean-Marc On Wed, Feb 6, 2013 at 10:14 AM, Jean-Marc Borer jmbo...@gmail.com wrote: https://issues.apache.org/jira/browse/VFS-453 Patch will come soon On Wed, Feb 6, 2013 at 10:09 AM, Benedikt Ritter

[vfs] Upgrade Jackrabbit version from 1.5.2 to 2.5.2

2013-02-06 Thread Jean-Marc Borer
Hello list guys, Has anyone something to say against updating the Jackrabbit version used in Commons VFS? There will be some small adaptations but 1.5.2 is becoming quiet old now. Any counter arguments? Cheers, Jean-Marc - To

Re: [vfs] Upgrade Jackrabbit version from 1.5.2 to 2.5.2

2013-02-06 Thread Jean-Marc Borer
There are some adaptations to do, but then it works flawlessly with my tests and WebDAV repositories. On Wed, Feb 6, 2013 at 1:41 PM, Jean-Marc Borer jmbo...@gmail.com wrote: Hello list guys, Has anyone something to say against updating the Jackrabbit version used in Commons VFS

Re: [vfs] Upgrade Jackrabbit version from 1.5.2 to 2.5.2

2013-02-06 Thread Jean-Marc Borer
. On Wed, Feb 6, 2013 at 2:18 PM, Gary Gregory garydgreg...@gmail.com wrote: Can you address the failure in https://issues.apache.org/jira/browse/VFS-369? Gary On Wed, Feb 6, 2013 at 8:58 AM, Jean-Marc Borer jmbo...@gmail.com wrote: There are some adaptations to do, but then it works flawlessly

Re: [vfs] Upgrade Jackrabbit version from 1.5.2 to 2.5.2

2013-02-06 Thread Jean-Marc Borer
/attachment/12567150/vfs-369-JR-2.5.3.diff - Run mvn clean test Thank you, Gary On Wed, Feb 6, 2013 at 9:49 AM, Jean-Marc Borer jmbo...@gmail.com wrote: Yup. Already fixed these issues in my code. For example: Element error = davExc.toXml(DomUtil.BUILDER_FACTORY.newDocumentBuilder

Re: [vfs] Upgrade Jackrabbit version from 1.5.2 to 2.5.2

2013-02-06 Thread Jean-Marc Borer
not happen with the tagged version. I have to check why I miss these dependencieses (I use a repo proxy) On Wed, Feb 6, 2013 at 3:04 PM, Jean-Marc Borer jmbo...@gmail.com wrote: I am currently trying to build trunk. What I can say already is that I needed to patch VFS 2.0 from tag (common-vfs2

Re: [vfs] Upgrade Jackrabbit version from 1.5.2 to 2.5.2

2013-02-06 Thread Jean-Marc Borer
Now it is fine. Let's see the remaining issues now. The only problem that remains is my corporate anti virus that will prevent the usage of some ports... On Wed, Feb 6, 2013 at 3:06 PM, Jean-Marc Borer jmbo...@gmail.com wrote: Hmm. My trunk build fails: Failed to execute goal on project

Re: [vfs] Upgrade Jackrabbit version from 1.5.2 to 2.5.2

2013-02-06 Thread Jean-Marc Borer
And the tests that rely on internet: I have to use a web proxy with authentication that seems not to work in the units tests... On Wed, Feb 6, 2013 at 3:16 PM, Jean-Marc Borer jmbo...@gmail.com wrote: Now it is fine. Let's see the remaining issues now. The only problem that remains is my

[vfs] New feature request: configurable socket timeout for HTTP and WebDAV in VFS

2013-02-05 Thread Jean-Marc Borer
Hello list members, We need to be able to specify socket timeouts in VFS for HTTP and WebDAV in our project so that request will no hang for ever in certain conditions. I have modified the sources of HttpFileSystemConfigBuilder and HttpClientFactory to be able to configure this in HttpClient.

[vfs] isWritable issue with HttpFileObject

2013-02-04 Thread Jean-Marc Borer
Hello guys, I am using the VFS api and was rather surprised that when you resolve a HTTP URL, you get a HttpFileObject that always responds true to writable instead of false... When you ask the FileSystem capabilities it obviously answers false to any write actions. Looking at the code