https://bz.apache.org/bugzilla/show_bug.cgi?id=65240
Mark Thomas <ma...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED --- Comment #4 from Mark Thomas <ma...@apache.org> --- Local testing confirms that using a trailing '\' has the same effect as the quoting before the bug 63815 fix (the new lines are removed). Another option I have seen used is: CATALINA_OPTS="-Dfoo1=bar1" CATALINA_OPTS="$CATALINA_OPTS -Dfoo2=bar2" etc. The fix for bug 63815 has been in place for over a year and this is the first report I recall of issues with multi-line variables. I don't see a simple way to filter out the newlines using /bin/sh so I am going to resolve this as WONTFIX. The recommended workaround is to use one of the two alternative approaches described above. -- 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