essobedo opened a new pull request, #12252: URL: https://github.com/apache/camel/pull/12252
Fixes https://issues.apache.org/jira/browse/CAMEL-20152 for 3.21 ## 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 Mbs 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]
