[jira] Commented: (VFS-113) NullPointerException during getting InputStream from SftpFileObject

2007-03-19 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482327 ] Mario Ivankovits commented on VFS-113: -- Yesterday I changed the sftp stuff to no longer read the whole file into me

[jira] Commented: (VFS-113) NullPointerException during getting InputStream from SftpFileObject

2007-03-19 Thread Tim Rademacher (JIRA)
[ https://issues.apache.org/jira/browse/VFS-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482326 ] Tim Rademacher commented on VFS-113: It's been a while since I wrote this. ;-) So by now, the only exception I get

svn commit: r520302 - in /jakarta/commons/proper/fileupload/trunk: pom.xml project.xml src/changes/changes.xml src/test/org/apache/commons/fileupload/MockHttpServletRequest.java

2007-03-19 Thread jochen
Author: jochen Date: Tue Mar 20 00:29:28 2007 New Revision: 520302 URL: http://svn.apache.org/viewvc?view=rev&rev=520302 Log: Made the MockHttpServletRequest comply to the servlet 2.4 specification by applying http://www.sourcelabs.com/dashboards/sash-1.2/patches/commons-fileupload-1.1-1/SUP-520.

[jira] Resolved: (FILEUPLOAD-129) MockHttpServletRequest doesn't compile against Servlet 2.4

2007-03-19 Thread Jochen Wiedmann (JIRA)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jochen Wiedmann resolved FILEUPLOAD-129. Resolution: Fixed Applied > MockHttpServletRequest doesn't compile against Se

[jira] Commented: (VFS-106) VFS Truezip provider

2007-03-19 Thread Filip Defoort (JIRA)
[ https://issues.apache.org/jira/browse/VFS-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482319 ] Filip Defoort commented on VFS-106: --- Hi, of course, was waiting until I heard you wanted this :-). ok oops, should ha

[jira] Commented: (VFS-116) Add Write capability to RandomAccessContent for all providers

2007-03-19 Thread Andrew Serff (JIRA)
[ https://issues.apache.org/jira/browse/VFS-116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482295 ] Andrew Serff commented on VFS-116: -- Yeah, I knew that was a problem (hence the "not having much luck"), but I don't kn

[jira] Commented: (VFS-100) Improve dependencies in project.xml

2007-03-19 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/VFS-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482263 ] Niall Pemberton commented on VFS-100: - Yes I committed the change the same day - sorry should have marked the ticket

[jira] Updated: (FILEUPLOAD-129) MockHttpServletRequest doesn't compile against Servlet 2.4

2007-03-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated FILEUPLOAD-129: - Fix Version/s: 1.2.1 > MockHttpServletRequest doesn't compile against Servlet 2.4 > -

[jira] Created: (FILEUPLOAD-129) MockHttpServletRequest doesn't compile against Servlet 2.4

2007-03-19 Thread Henri Yandell (JIRA)
MockHttpServletRequest doesn't compile against Servlet 2.4 -- Key: FILEUPLOAD-129 URL: https://issues.apache.org/jira/browse/FILEUPLOAD-129 Project: Commons FileUpload Issue Type: Impro

[jira] Commented: (VFS-109) Ant tasks could be improved to support filesets

2007-03-19 Thread JIRA
[ https://issues.apache.org/jira/browse/VFS-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482232 ] Ludovic MaƮtre commented on VFS-109: Hi Mario, Thanks for your comments. I will clean up the code and add the requi

[jira] Resolved: (VFS-117) Add FileObject[] getFiles() from VFSClassLoader

2007-03-19 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved VFS-117. -- Resolution: Fixed Fix Version/s: 1.1 added public FileObject[] getFileObjects() Hope this

svn commit: r520101 - /jakarta/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/impl/VFSClassLoader.java

2007-03-19 Thread imario
Author: imario Date: Mon Mar 19 13:59:05 2007 New Revision: 520101 URL: http://svn.apache.org/viewvc?view=rev&rev=520101 Log: VFS-117: provide access to the fileObjects used by the class loader Modified: jakarta/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/impl/VFSClass

[jira] Resolved: (VFS-114) FtpFileObject lists children excessively using ON_RESOLVE cache strategy

2007-03-19 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved VFS-114. -- Resolution: Fixed Fix Version/s: 1.1 Good catch. Applied. Thanks! Ciao, Mario > FtpFileOb

svn commit: r520100 - /jakarta/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/provider/ftp/FtpFileObject.java

2007-03-19 Thread imario
Author: imario Date: Mon Mar 19 13:54:27 2007 New Revision: 520100 URL: http://svn.apache.org/viewvc?view=rev&rev=520100 Log: VFS-114: avoid successive children refresh Modified: jakarta/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/provider/ftp/FtpFileObject.java Modif

[jira] Commented: (VFS-109) Ant tasks could be improved to support filesets

2007-03-19 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482214 ] Mario Ivankovits commented on VFS-109: -- All files are required to have the ASF license header. There is a PurgeTas

[jira] Commented: (VFS-109) Ant tasks could be improved to support filesets

2007-03-19 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482211 ] Mario Ivankovits commented on VFS-109: -- CLA on file, thanks! > Ant tasks could be improved to support filesets >

[jira] Resolved: (VFS-101) Reduce number of createClient() calls

2007-03-19 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved VFS-101. -- Resolution: Fixed Fix Version/s: 1.1 Applied. Thanks! Ciao, Mario > Reduce number of crea

[jira] Resolved: (VFS-103) Add support for Local File System reserved directories

2007-03-19 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved VFS-103. -- Resolution: Won't Fix > Add support for Local File System reserved directories > -

svn commit: r520097 - /jakarta/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/provider/ftp/FTPClientWrapper.java

2007-03-19 Thread imario
Author: imario Date: Mon Mar 19 13:38:42 2007 New Revision: 520097 URL: http://svn.apache.org/viewvc?view=rev&rev=520097 Log: VFS-101: Reduce number of createClient() calls Modified: jakarta/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/provider/ftp/FTPClientWrapper.java

[jira] Resolved: (VFS-100) Improve dependencies in project.xml

2007-03-19 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved VFS-100. -- Resolution: Fixed Fix Version/s: 1.1 you've already applied it, no? So closing this JIRA.

[jira] Resolved: (VFS-102) Remove idleClient if it's disconnected

2007-03-19 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved VFS-102. -- Resolution: Fixed Fix Version/s: 1.1 Good catch. Applied. Thanks! Ciao, Mario > Remove id

svn commit: r520096 - /jakarta/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/provider/ftp/FtpFileSystem.java

2007-03-19 Thread imario
Author: imario Date: Mon Mar 19 13:34:57 2007 New Revision: 520096 URL: http://svn.apache.org/viewvc?view=rev&rev=520096 Log: VFS-102: remove not connected idle client Modified: jakarta/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/provider/ftp/FtpFileSystem.java Modifi

[jira] Resolved: (VFS-91) Provide random access to gzip files.

2007-03-19 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-91?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved VFS-91. - Resolution: Won't Fix Won't Fix for now to decrease the work load ;-) > Provide random access to gzi

[jira] Commented: (VFS-91) Provide random access to gzip files.

2007-03-19 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482204 ] Mario Ivankovits commented on VFS-91: - I can't add code which depends on a non ASF licensed (or compatible) library

[jira] Resolved: (VFS-90) RandomAccessFile backed by a RandomAccessContent instance

2007-03-19 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved VFS-90. - Resolution: Fixed Added to the VFS sandbox. I slightly changed the read method, I think the (re)try s

svn commit: r520089 - /jakarta/commons/proper/vfs/trunk/sandbox/src/main/java/org/apache/commons/vfs/RACRandomAccessFile.java

2007-03-19 Thread imario
Author: imario Date: Mon Mar 19 13:28:23 2007 New Revision: 520089 URL: http://svn.apache.org/viewvc?view=rev&rev=520089 Log: VFS-90: wrapper to make a RandomAccessContent look like a java.io.RandomAccessFile Added: jakarta/commons/proper/vfs/trunk/sandbox/src/main/java/org/apache/commons/v

[jira] Resolved: (VFS-107) large Sftp transfers fail with OutOfMemoryError: Java heap space

2007-03-19 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved VFS-107. -- Resolution: Fixed Fix Version/s: 1.1 ok, I've changed VFS head now to use the stream based

svn commit: r520079 - in /jakarta/commons/proper/vfs/trunk/core: pom.xml src/main/java/org/apache/commons/vfs/provider/sftp/SftpFileObject.java src/test/java/org/apache/commons/vfs/RunTest.java

2007-03-19 Thread imario
Author: imario Date: Mon Mar 19 13:17:42 2007 New Revision: 520079 URL: http://svn.apache.org/viewvc?view=rev&rev=520079 Log: VFS-107: finally avoid reading jsch/sftp files into the memory, looks good with jsch 0.1.31 Modified: jakarta/commons/proper/vfs/trunk/core/pom.xml jakarta/commo

[EMAIL PROTECTED]: Project commons-id (in module jakarta-commons-sandbox) failed

2007-03-19 Thread Adam Jack
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-id has an issue affecting its community integration. This issue affects 1

[EMAIL PROTECTED]: Project commons-id (in module jakarta-commons-sandbox) failed

2007-03-19 Thread Adam Jack
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-id has an issue affecting its community integration. This issue affects 1

[jira] Commented: (VFS-116) Add Write capability to RandomAccessContent for all providers

2007-03-19 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482198 ] Mario Ivankovits commented on VFS-116: -- I've had a deeper look at your patch now, and I'd say it do not do what I t

[jira] Resolved: (VFS-113) NullPointerException during getting InputStream from SftpFileObject

2007-03-19 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved VFS-113. -- Resolution: Fixed Fix Version/s: 1.1 I applied your patch, though, having a stacktrace of t

svn commit: r520072 - /jakarta/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/provider/sftp/SftpFileObject.java

2007-03-19 Thread imario
Author: imario Date: Mon Mar 19 12:51:36 2007 New Revision: 520072 URL: http://svn.apache.org/viewvc?view=rev&rev=520072 Log: VFS-113: avoid npe in multithreaded environments Modified: jakarta/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/provider/sftp/SftpFileObject.jav

[jira] Resolved: (VFS-112) Deadlock when a FileMonitor fires an event and another thread deletes a file at the same time

2007-03-19 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved VFS-112. -- Resolution: Fixed Fix Version/s: 1.1 Thanks! I slightly changed the patch to avoid the add

svn commit: r520070 - /jakarta/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/provider/AbstractFileSystem.java

2007-03-19 Thread imario
Author: imario Date: Mon Mar 19 12:47:13 2007 New Revision: 520070 URL: http://svn.apache.org/viewvc?view=rev&rev=520070 Log: VFS-112: avoid deadlock under some circumstances Modified: jakarta/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/provider/AbstractFileSystem.java

[jira] Resolved: (VFS-111) Closed OutputStream from FileContent does not throw IOException if further written to

2007-03-19 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved VFS-111. -- Resolution: Fixed Fix Version/s: 1.1 I've added a check if the file has been closed to our

svn commit: r520065 - in /jakarta/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs: Resources.properties util/MonitorOutputStream.java

2007-03-19 Thread imario
Author: imario Date: Mon Mar 19 12:41:43 2007 New Revision: 520065 URL: http://svn.apache.org/viewvc?view=rev&rev=520065 Log: VFS-111: fail fast when trying to write to a closed file Modified: jakarta/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/Resources.properties

[jira] Resolved: (VFS-106) VFS Truezip provider

2007-03-19 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved VFS-106. -- Resolution: Incomplete > VFS Truezip provider > - > > Key: VF

[jira] Commented: (VFS-106) VFS Truezip provider

2007-03-19 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/VFS-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482183 ] Mario Ivankovits commented on VFS-106: -- Hi! I had a look at the source now, there are a few minor issues: *) use

Re: [nightly build] fileupload failed.

2007-03-19 Thread Jochen Wiedmann
On 3/19/07, Phil Steitz <[EMAIL PROTECTED]> wrote: Failed build logs: http://vmbuild.apache.org/~commons/nightly/logs//20070319/fileupload.log I am sorry, but I haven't got a clue what's wrong. I have deployed an instance of commons-io-1.4-SNAPSHOT, so everything should be

[nightly build] fileupload failed.

2007-03-19 Thread Phil Steitz
Failed build logs: http://vmbuild.apache.org/~commons/nightly/logs//20070319/fileupload.log - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]