Web Browser component does not work if SET is started from a directory with special characters
Current behavior
If SET is started from a path which contains special characters, like (, ), #, [, ] etc., the browser component fails to load with the following exception:
java.net.URISyntaxException: Illegal character in path at index 19: file:/<...>/SET Path/1.1.0/configuration/org.eclipse.osgi/355/0/.cp/res/chromium_jni.dll
(Index being the offset for the first space character)
As a result, a significant number of views do not work.
Expected behavior
The web browser component should load regardless of the installation path.