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

2013-02-06 Thread Ralph Goers
Yup. I have no idea why I said that. While you can certainly pass the options HttpClientFactory wouldn't do anything with them. Ralph On Feb 6, 2013, at 2:09 AM, Jean-Marc Borer wrote: > I found this entry in JIRA: > > https://issues.apache.org/jira/browse/VFS-249 > > Actually it is not tru

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

2013-02-06 Thread Gary Gregory
Create a patch for trunk please. Gary On Feb 6, 2013, at 5:23, Jean-Marc Borer wrote: > Hi Benedikt, > > When I will provide the patch, will it be integrated into VFS? > > As I use Maven to build my projects, I would like to see my patch > beeing published then in the next release of VFS. > > H

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

2013-02-06 Thread Jean-Marc Borer
Hi Benedikt, When I will provide the patch, will it be integrated into VFS? As I use Maven to build my projects, I would like to see my patch beeing published then in the next release of VFS. However do you know how long this takes usually? Is VFS releasing new versions in short cycles or do we

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 wrote: > Hi Jean-Marc, > > > 2013/2/6 Jean-Marc Borer > >> OK. You seem to like the feature. >> >> Can I provide the patch for integration then? To whom should I send it? >> > > P

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 wrote: > OK. You

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

2013-02-06 Thread Benedikt Ritter
Hi Jean-Marc, 2013/2/6 Jean-Marc Borer > OK. You seem to like the feature. > > Can I provide the patch for integration then? To whom should I send it? > Please create an issue in JIRA [1] for vfs and attach your svn patch file to it. Benedikt [1] https://issues.apache.org/jira/secure/Dashboa

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

2013-02-06 Thread Jean-Marc Borer
OK. You seem to like the feature. Can I provide the patch for integration then? To whom should I send it? On Tue, Feb 5, 2013 at 10:06 PM, Mark Fortner wrote: > Perhaps not for local file systems, but I would imagine that any kind of > distributed file system would have need of a socket timeout.

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

2013-02-05 Thread Mark Fortner
Perhaps not for local file systems, but I would imagine that any kind of distributed file system would have need of a socket timeout. Cheers, Mark On Tue, Feb 5, 2013 at 1:59 PM, Gary Gregory wrote: > On Tue, Feb 5, 2013 at 4:54 PM, Mark Fortner wrote: > > > Just out of curiousity, is there

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

2013-02-05 Thread Gary Gregory
On Tue, Feb 5, 2013 at 4:54 PM, Mark Fortner wrote: > Just out of curiousity, is there a reason that socket timeouts shouldn't > also apply to all file systems in general? > How does a socket timeout make sense for a local file system, ZIP, and so on? Gary > > Cheers, > > Mark > > > > On Tue,

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

2013-02-05 Thread Mark Fortner
Just out of curiousity, is there a reason that socket timeouts shouldn't also apply to all file systems in general? Cheers, Mark On Tue, Feb 5, 2013 at 8:58 AM, Gary Gregory wrote: > Sure, make sure you base you patch on the latest from trunk. > > Gary > > > On Tue, Feb 5, 2013 at 11:50 AM,

[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. D