TarArchiveEntry uses bad size for directories in the File-arg constructor
-------------------------------------------------------------------------
Key: SANDBOX-303
URL: https://issues.apache.org/jira/browse/SANDBOX-303
Project: Commons Sandbox
Issue Type: Bug
Components: Compress
Reporter: Stefan Bodewig
Assignee: Stefan Bodewig
The File-arg constructor sets the size to File.length() which may be different
from 0 for directories on Unix-like systems.
This leads to archives with entries that claim to have a length of say 4096
bytes but in fact don't contain any data at all, rendering the created archive
invalid.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.