fileEntry.fileCountMax

Version 1 by Arturo Zambrano
on Mar 28, 2023 11:13.


 
compared with
Current by Arturo Zambrano
on Mar 28, 2023 11:16.


 
Key
These lines were removed. This word was removed.
These lines were added. This word was added.

View page history


There are 2 changes. View first change.

 | 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\\ |
  | Since: | 3.3.0 P11, 4.3.0 P05 \\ |
 | Scope: | application |
  
 h5. Application Scope
  
 Setting _org.icefaces.ace.fileEntry.fileCountMax specify 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.
  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.
  
  
  
 {panel}
 {code:xml|borderStyle=dashed} <context-param>
  <param-name>org.icefaces.ace.fileEntry.fileCountMax</param-name>
  <param-value>10</param-value>
  </context-param>
 {code}
 {panel}

© Copyright 2021 ICEsoft Technologies Canada Corp.