--- C:\Documents and Settings\lperon\Bureau\commons-httpclient-3.0-rc4\src\java\org\apache\commons\httpclient\methods\multipart\FilePart.java Mon Oct 10 22:09:10 2005 +++ C:\Documents and Settings\lperon\Bureau\java\org\apache\commons\httpclient\methods\multipart\FilePart.java Tue Nov 08 09:59:25 2005 @@ -99,9 +99,6 @@ if (partSource == null) { throw new IllegalArgumentException("Source may not be null"); } - if (partSource.getLength() < 0) { - throw new IllegalArgumentException("Source length must be >= 0"); - } this.source = partSource; }