Integrated: 8352480: Don't follow symlinks in additional content for app images
Alexander Matveev
almatvee at openjdk.org
Fri May 9 16:49:56 UTC 2025
On Wed, 30 Apr 2025 20:17:57 GMT, Alexander Matveev <almatvee at openjdk.org> wrote:
> - Symbolic links will not be followed for `--app-content` on all platforms.
> - Added test to cover this case.
> - `MacHelper` updated to use "cp -R" instead of "cp -r" when unpacking DMG, since "cp -r" on macOS is not documented option and when used `cp` will follow symbolic links which breaks test. "cp -R" does not follow symbolic links.
This pull request has now been integrated.
Changeset: 601f05e0
Author: Alexander Matveev <almatvee at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/601f05e06d3c364ab5b151785d4ac49183cf61b5
Stats: 96 lines in 3 files changed: 57 ins; 24 del; 15 mod
8352480: Don't follow symlinks in additional content for app images
Reviewed-by: asemenyuk
-------------
PR: https://git.openjdk.org/jdk/pull/24974
More information about the core-libs-dev
mailing list