If you run an Eclipse Application from a Launch Config which contains a configuration area which contains whitespaces, the paramter -configuration in the command line is URI encoded and therefore contains %20 instead of the whitespaces.
The link in the ui points to the correct path without whitespaces and other paths like data or debug do not contain whitespaces.
This error results in different locations for configuration files (e.g. the config.ini is created in the path without whitespaces but the path to the osgi cache contains %20).
The change seems to be recently made in e62be0b
If you run an Eclipse Application from a Launch Config which contains a configuration area which contains whitespaces, the paramter -configuration in the command line is URI encoded and therefore contains %20 instead of the whitespaces.
The link in the ui points to the correct path without whitespaces and other paths like data or debug do not contain whitespaces.
This error results in different locations for configuration files (e.g. the config.ini is created in the path without whitespaces but the path to the osgi cache contains %20).
The change seems to be recently made in e62be0b