rnetuka commented on code in PR #17823:
URL: https://github.com/apache/camel/pull/17823#discussion_r2053655190
##########
core/camel-support/src/main/java/org/apache/camel/converter/stream/FileInputStreamCache.java:
##########
@@ -331,6 +331,7 @@ OutputStream createOutputStream(StreamCachingStrategy
strategy) throws IOExcepti
ciphers = new CipherPair(strategy.getSpoolCipher());
}
} catch (GeneralSecurityException e) {
+ out.close();
Review Comment:
Done
--
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]