philci52 commented on PR #9869: URL: https://github.com/apache/nifi/pull/9869#issuecomment-2797676195
@exceptionfactory Thank you for the quick feedback. There is one other path that may need to be quoted and that is the (7) path to java itself. With regards to using StandardProcessBuilderProvider, that class will have to know if its creating arguments for the shell/console or for using ProcessBuilder. When using ProcessBuilder, passing `"argument"`, the child process will actually get `"argument"` as opposed to `argument` when passed from the shell/console. Is that acceptable? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org