fileEntry.fileCountMax

Table of Contents
Name: org.icefaces.ace.fileEntry.fileCountMax
Values: 10|integer value representing the maximum number of files allowed in a single request
Since: 3.3.0 P11, 4.3.0 P05
Scope: application
Application Scope

Setting org.icefaces.ace.fileEntry.fileCountMax specifies how many files can be uploaded by a single ace:fileEntry instance in a single request. Files will be uploaded normally and after the maximum number of files allowed has been reached, all remaining files that were waiting to be uploaded won't be uploaded. This setting was introduced to mitigate the vulnerability CVE-2023-24998.

    <context-param>
        <param-name>org.icefaces.ace.fileEntry.fileCountMax</param-name>
        <param-value>10</param-value>
    </context-param>
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.

© Copyright 2021 ICEsoft Technologies Canada Corp.