[
https://issues.apache.org/jira/browse/COMPRESS-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dennis Lundberg moved SANDBOX-292 to COMPRESS-45:
-------------------------------------------------
Component/s: (was: Compress)
Key: COMPRESS-45 (was: SANDBOX-292)
Project: Commons Compress (was: Commons Sandbox)
> ZipExtraFields need data from central directory as well
> -------------------------------------------------------
>
> Key: COMPRESS-45
> URL: https://issues.apache.org/jira/browse/COMPRESS-45
> Project: Commons Compress
> Issue Type: Improvement
> Reporter: Stefan Bodewig
> Assignee: Stefan Bodewig
>
> Extra field data can be stored in two places inside a zip archive - the
> entries local file data and its central directory entry.
> Currently ZipFile - like java.util.zip.* - ignores the data stored inside the
> central directory and assumes all information can be taken from the local
> file data part.
> Unfortunately there are cases where an archiver uses different data, or even
> worse, only uses the central directory. One such case comes up with
> SANDBOX-176 and WinZIP. WinZIP uses InfoZIP extra fields to store Unicode
> versions of file names but it only stores them inside the central directory,
> where ZipFile doesn't look for them.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.