Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
None
-
Mesosphere Sprint 2018-23
-
2
Description
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)