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

2023-01-18 Thread Christoph Langer
On Wed, 18 Jan 2023 14:26:01 GMT, Erik Joelsson wrote: >> 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 >>

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

2023-01-18 Thread Erik Joelsson
On Wed, 18 Jan 2023 11:09:21 GMT, Christoph Langer wrote: > 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 >

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

2023-01-18 Thread Christoph Langer
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.