Hi,

I am curious also if anyone can confirm whether my understanding of 
https://issues.apache.org/jira/browse/FILEUPLOAD-145 is correct.

My understanding is that previously when you used setMaxFileSize and 
attempted to upload a file that exceeded the limit, an exception would not 
be thrown until the entire file was uploaded. With the fix from 
FILEUPLOAD-145 an exception will be thrown directly after the limit is 
exceeded and the entire file will not be uploaded.

For example, with the fix from FILEUPLOAD-145, if I use setMaxFileSize to 
set the limit to 2MB and then attempt to upload a 1GB file, an exception 
will be thrown after 2MB of data is read and the processing will then 
terminate?


Thanks,

Máirtín




From:   Thomas Neidhart <thomas.neidh...@gmail.com>
To:     Commons Developers List <dev@commons.apache.org>, 
Date:   06/02/2013 14:49
Subject:        [cli] release 1.3?



Hi,

well, I did not work much on cli, but lately I have cleanup up together
with sebb the trunk, and I think it is in a state that could be released
soon:

 * there are no open major issues (most issues are related to cli2)
 * no findbugs & checkstyle warnings anymore
 * trunk contains lots of fixes and new features

Emmanuel did most of the work on 1.3, so I would be interested in his
opinion.

Thomas

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org


Reply via email to