]
Denis Golovin updated JBDS-4058:
--------------------------------
Sprint: (was: devex #124 December 2017)
Installer does not validate VAGRANT_HOME when used
--------------------------------------------------
Key: JBDS-4058
URL:
https://issues.jboss.org/browse/JBDS-4058
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Bug
Components: platform-installer
Affects Versions: 10.1.0.GA
Reporter: Jan Richter
Assignee: Denis Golovin
Fix For: 10.3.0.AM2
As per JBDS-3838, we require users with space in their name to use VAGRANT_HOME
environment variable. The problem is, the installer will let you proceed without
validating the variable contents.
Something like "x:\this definitely has no spaces\" will allow the user to
proceed with installation, which inevitably fails. We need to validate if the path stored
in the variable is valid, that the selected drive actually exists, and that there are no
spaces.