https://issues.apache.org/bugzilla/show_bug.cgi?id=53115

--- Comment #9 from Konstantin Kolinko <knst.koli...@gmail.com> ---
(In reply to comment #3)

I think %TEMP% do not use quotes, like ones are not used in %PATH%.
The OS cares that %TEMP% do not contain spaces, and thus it would not be
quoted.

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"


[Offtopic] Regarding that thread on social.technet.microsoft.com I would say
that
- The value of NtfsDisable8dot3NameCreation affects the time when a directory
is created (in that case: when a profile is created), not when it is used. That
is whether mkdir generates two names or just one.
- Setting TEMP to C:\Temp is a valid workaround for the issue.

-- 
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