Re: [vfs] new http4 provider, not replace http?

2018-11-01 Thread Gary Gregory
Hi Woonsan, I've applied the patch as is and all it well. Thank you! Food for thought: We should also consider HttpClient *5* which just released its second beta (I am helping there as well.) If you feel like adding another provider for HttpClient 5 Beta 2 (it is in a different package as the

AW: svn commit: r1845521 - in /commons/proper/vfs/trunk:commons-vfs2-examples/src/main/java/org/apache/commons/vfs2/example/commons-vfs2/src/main/java/org/apache/commons/vfs2/commons-vfs2/src/main/jav

2018-11-01 Thread Bernd Eckenfels
Yes toString is better, forgot about this. -- http://bernd.eckenfels.net Von: Gary Gregory Gesendet: Freitag, 2. November 2018 00:25 An: Commons Developers List Betreff: Re: svn commit: r1845521 - in

Re: svn commit: r1845524 - /commons/proper/vfs/trunk/commons-vfs2-examples/src/main/java/org/apache/commons/vfs2/example/Shell.java

2018-11-01 Thread Gary Gregory
Aren't there a few of those? G On Thu, Nov 1, 2018 at 5:38 PM wrote: > Author: ecki > Date: Thu Nov 1 23:38:03 2018 > New Revision: 1845524 > > URL: http://svn.apache.org/viewvc?rev=1845524=rev > Log: > [VFS-678] Use Arrays.toString > > Modified: > >

Re: svn commit: r1845521 - in /commons/proper/vfs/trunk: commons-vfs2-examples/src/main/java/org/apache/commons/vfs2/example/ commons-vfs2/src/main/java/org/apache/commons/vfs2/ commons-vfs2/src/main/

2018-11-01 Thread Gary Gregory
+System.out.println(" operations: " + Arrays.asList(ops)); Shouldn't this be Arrays.toString(ops)? Why bother with the List? Gary On Thu, Nov 1, 2018 at 5:11 PM wrote: > Author: ecki > Date: Thu Nov 1 23:11:46 2018 > New Revision: 1845521 > > URL: