-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 4.1.1
-
Component/s: None
-
4.01
By default, the JIRA Windows installer will configure your jira.home as something like:
jira.home = C\:\\Program Files (x86)\\Atlassian\\Application Data\\JIRA
Note that the backslashes are escaped with a backslash, and the colon is escaped as well.
The Config Tool displays this path as "C\:\Program Files (x86)\Atlassian\Application Data\JIRA" but it should be "C:\Program Files (x86)\Atlassian\Application Data\JIRA"