essobedo opened a new pull request, #12256:
URL: https://github.com/apache/camel/pull/12256

   Fixes https://issues.apache.org/jira/browse/CAMEL-20152 for 4.0
   
   ## Motivation
   
   In the case of multipart, the content is kept in memory which can lead to an 
OOME, it is due to the fact that the `fileSizeThreshold` is set to `0` by 
default which should mean that the content is stored on disk according to the 
Jakarta Javadoc but it is not what the Jetty code expects.
   
   ## Modifications:
   
   * Set the default file size threshold to 10 MB by default


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to