[
https://issues.apache.org/jira/browse/COMPRESS-621?focusedWorklogId=831931&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-831931
]
ASF GitHub Bot logged work on COMPRESS-621:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 08/Dec/22 01:53
Start Date: 08/Dec/22 01:53
Worklog Time Spent: 10m
Work Description: garydgregory merged PR #334:
URL: https://github.com/apache/commons-compress/pull/334
Issue Time Tracking
-------------------
Worklog Id: (was: 831931)
Time Spent: 50m (was: 40m)
> ZipFile does not support prepending additional data to the zip content
> ----------------------------------------------------------------------
>
> Key: COMPRESS-621
> URL: https://issues.apache.org/jira/browse/COMPRESS-621
> Project: Commons Compress
> Issue Type: Bug
> Components: Archivers
> Affects Versions: 1.21
> Reporter: Glavo
> Priority: Major
> Time Spent: 50m
> Remaining Estimate: 0h
>
> In general, Zip files support placing arbitrary content before their body
> without affecting their compliance.
> Here is an example:
> [https://github.com/huanghongxun/HMCL/releases/download/v3.5.2.218/HMCL-3.5.2.218.exe]
>
> This is actually a jar file, but we prepend an exe launcher to it, so it can
> be used both as a jar and as an exe.
> java.util.zip.ZipFile can open and read it normally, but
> org.apache.commons.compress.archivers.zip.ZipFile can open it but cannot read
> any entries.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)