Tamas Palfy created NIFI-7594:
---------------------------------
Summary: HadleHttpRequest doesn't clean temporary files
Key: NIFI-7594
URL: https://issues.apache.org/jira/browse/NIFI-7594
Project: Apache NiFi
Issue Type: Improvement
Reporter: Tamas Palfy
Assignee: Tamas Palfy
The HandleHttpRequest processor stores multipart messages in the temporary
directory defined by the "java.io.tmpdir" system property.
These files remain there (until the jvm is gracefully shut down).
As NiFi is designed to run for long periods of time we should clean up these
temporary files after the content has been processed and the flowfile has been
transferred.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)