You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Christian Becker (Jira)" <ji...@apache.org> on 2022/08/11 14:23:00 UTC

[jira] [Created] (CAMEL-18387) camel-tarfile: TarAggregationStrategy throws error when first message is empty

Christian Becker created CAMEL-18387:
----------------------------------------

             Summary: camel-tarfile: TarAggregationStrategy throws error when first message is empty
                 Key: CAMEL-18387
                 URL: https://issues.apache.org/jira/browse/CAMEL-18387
             Project: Camel
          Issue Type: Bug
          Components: camel-tarfile
    Affects Versions: 3.18.1
            Reporter: Christian Becker
         Attachments: TarAggregationStrategyEmptyFirstFileTest.java

TarAggregationStrategy will skip empty messages, but if the _first_ message is empty it will throw an error "java.io.IOException: Cannot create temp file: " on the next non-empty message.

I added a test case to reproduce this.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)