7.1.1 upload with zero file size

Greg Huber <[email protected]> Thu, 2 Oct 2025 08:40:37 +0100
Newsgroups gmane.comp.jakarta.struts.devel
Message-ID <[email protected]>
When testing with a zero file size, I get two action error messages:

  * File zero-filesize-test.gif for field uploadedFiles is empty (0
    bytes). Empty file uploads are not allowed.
  * File zero-filesize-test.gif for field uploadedFiles is empty (0
    bytes). Empty file uploads are not allowed.

I have checked my actions and cannot find any duplication.

Also, If I upload an enormous file I get only one action warning message :

 > Request exceeded allowed size limit! Max size allowed is: 100,000,000!

Can someone else check this?


Cheers