[jdk20] RFR: 8300490: Spaces in name of MacOS Code Signing Identity are not correctly handled after JDK-8293550

Christoph Langer clanger at openjdk.org
Wed Jan 18 11:18:30 UTC 2023


This fixes an issue when the MacOS codesign identity contains spaces. For that case, quoted arguments are not correctly handled in current code. We need to pass doublequotes literally in the argument parameter and then have eval handle the call to correctly construct the args to codesign.

-------------

Commit messages:
 - JDK-8300490

Changes: https://git.openjdk.org/jdk20/pull/111/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk20&pr=111&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8300490
  Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
  Patch: https://git.openjdk.org/jdk20/pull/111.diff
  Fetch: git fetch https://git.openjdk.org/jdk20 pull/111/head:pull/111

PR: https://git.openjdk.org/jdk20/pull/111



More information about the build-dev mailing list