Joseph Wu created MESOS-9038:
--------------------------------
Summary: Archiver utility extracts links within subdirectories
incorrectly
Key: MESOS-9038
URL: https://issues.apache.org/jira/browse/MESOS-9038
Project: Mesos
Issue Type: Bug
Reporter: Joseph Wu
Assignee: Joseph Wu
The fix for MESOS-9008 did not correctly fix extraction of links with the
archiver utility.
Two problems:
1) Links that were originally relative within the archiver are transformed to
point to absolute locations after extraction. The link targets should remain
relative.
2) Links within subdirectories (i.e. path/to/link -> path/to/target) will lose
part of the target path upon extraction (i.e. path/to/link -> target)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)