Claus Ibsen created CAMEL-17944:
-----------------------------------
Summary: camel-platform-http-vertx - Should disable file uploads
by default
Key: CAMEL-17944
URL: https://issues.apache.org/jira/browse/CAMEL-17944
Project: Camel
Issue Type: Improvement
Components: camel-platform-http-vertx
Reporter: Claus Ibsen
Fix For: 3.17.0
We use embedded vertx http server as a light-weight HTTP server to service REST
/ HTTP services etc.
It enabled file upload to temp disk by default, but this does not work well in
containerized apps where access to the local file system is restricted and also
limited space.
For example reported by
https://github.com/apache/camel-k-runtime/issues/634
If users want a big HTTP server to deal with large file uploads, then they need
to enable this and set a uploads-directory that is in a static well known
location.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)