Camel should be able to delete temp files that are used for streaming transformation in XSLT with output=file -------------------------------------------------------------------------------------------------------------
Key: CAMEL-3400 URL: https://issues.apache.org/jira/browse/CAMEL-3400 Project: Camel Issue Type: Improvement Reporter: Markus Rahm Priority: Minor When using the XSLT Component with huge files it is necessary, to use output=file to not consume too much memory. Therefore an explicit filename hast to be set via header. The temp file doesn't get deleted afterwards so further logic needs to be done to not fill up the HDDs with tempfiles. An improvement could be, to have an option to delete the tempfile after processing. Furthermore could the java.io.tmpdir Property be default for the tempfile storage so no Header must be explicitly set. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.