Added a fix to limit the number of files to be uploaded by ace:fileEntry in a single request, avoiding any further processing when the maximum has been reached. Added the org.icefaces.ace.fileEntry.fileCountMax context parameter to configure this limit, and also added a fix in Apache Commons FileUpload.
There are two code blocks that go through all the parts of the request. The first one is does the processing if the multipart-config configuration is declared in the web.xml file, under the faces servlet declaration. Otherwise, the second code block does the processing. The fix was applied to both code blocks.
These fixes were committed to both the 3.3 trunk and the 4.3 trunk.
Also added documentation for the new context parameter in the wiki: https://www.icesoft.org/wiki/display/ICE/fileEntry.fileCountMax
Added a fix to limit the number of files to be uploaded by ace:fileEntry in a single request, avoiding any further processing when the maximum has been reached. Added the org.icefaces.ace.fileEntry.fileCountMax context parameter to configure this limit, and also added a fix in Apache Commons FileUpload.
There are two code blocks that go through all the parts of the request. The first one is does the processing if the multipart-config configuration is declared in the web.xml file, under the faces servlet declaration. Otherwise, the second code block does the processing. The fix was applied to both code blocks.
These fixes were committed to both the 3.3 trunk and the 4.3 trunk.
Also added documentation for the new context parameter in the wiki: https://www.icesoft.org/wiki/display/ICE/fileEntry.fileCountMax