https://issues.apache.org/bugzilla/show_bug.cgi?id=53115
--- Comment #11 from Sebb <s...@apache.org> --- (In reply to comment #9) > (In reply to comment #3) ... > You naturally do not use quotes when you configure values through GUI. > The syntax for SET command is less intuitive. For reference: > > SET "TEMP=value" > On WinXP, the command: SET TEMP1=a b c is the same as SET "TEMP2=a b c" Neither adds quotes to the value of X. However, the following command does add quotes: SET TEMP3="a b c" The result of the above is: TEMP1=a b c TEMP2=a b c TEMP3="a b c" -- 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