[ https://issues.apache.org/jira/browse/CAMEL-22294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jens Kordowski updated CAMEL-22294: ----------------------------------- Attachment: (was: decompressConcatenated.patch) > camel-zipfile - decompression of multi-member archive > ----------------------------------------------------- > > Key: CAMEL-22294 > URL: https://issues.apache.org/jira/browse/CAMEL-22294 > Project: Camel > Issue Type: Bug > Components: camel-zipfile > Affects Versions: 4.10.5, 4.13.0 > Reporter: Jens Kordowski > Priority: Minor > Attachments: decompressConcatenated.patch > > > According to the gzip file format specification, a gzip file consists of a > series of members (see [https://www.rfc-editor.org/rfc/rfc1952#section-2.2)]. > The attached patch contains a valid gzip archive with 2 members, a unit test > and a proposed fix. Without the fix, only the first line/member is considered > during decompression. With the fix, both members are decompressed. > > Probably very few systems create such concatenated archives, which is why the > respective option was not set / noticed for such a long time. > > Best regards > Jens -- This message was sent by Atlassian Jira (v8.20.10#820010)