https://bz.apache.org/bugzilla/show_bug.cgi?id=63815

--- Comment #7 from Mark Thomas <ma...@apache.org> ---
(In reply to Konstantin Kolinko from comment #2)

> Please note that on the last step (when invoking a java executable) the
> JAVA_OPTS must produce several separate command line arguments: java expects
> that each -D is passed as a separate command-line argument. As such,
> JAVA_OPTS cannot be quoted there.

I've confirmed that the above is not a concern. The arguments are passed
correct when that use of JAVA_OPTS is quoted. The quoting simply prevents the
expansion of * and strips new lines.

I have a patch locally that applies the quoting fix to JAVA_OPTS and
CATALINA_OPTS in all affected shell scripts.

I'm still leaning towards applying this fix without the removal of newlines and
noting the change of behaviour in the change log.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to