You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If the JAVACMD Path contains whitespaces the batch failes.
Version of dependency-check used
8.2.1
To Reproduce
Steps to reproduce the behavior:
Call the bat file with a JAVACMD variable which contains whitespaces. It fails at line 82 or, if you escape the JAVACMD path with "" when it is called, it fails at line 68.
Expected behavior
The JAVACMD variable is escaped in line 68 and 82.
The text was updated successfully, but these errors were encountered:
Having this issue too, our java path is in "C:\Program Files...". Adding quotes around the %JAVACMD% variable resolved the issue for us. Using version 9.2.0 on Windows Server 2019 standard.
Describe the bug
If the JAVACMD Path contains whitespaces the batch failes.
Version of dependency-check used
8.2.1
To Reproduce
Steps to reproduce the behavior:
Call the bat file with a JAVACMD variable which contains whitespaces. It fails at line 82 or, if you escape the JAVACMD path with "" when it is called, it fails at line 68.
Expected behavior
The JAVACMD variable is escaped in line 68 and 82.
The text was updated successfully, but these errors were encountered: