]
Nick Boldt updated JBDS-3727:
-----------------------------
Fix Version/s: 12.x
(was: 11.x)
Installer fails with not normalized paths
-----------------------------------------
Key: JBDS-3727
URL:
https://issues.jboss.org/browse/JBDS-3727
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Bug
Components: installer
Affects Versions: 9.1.0.CR1
Reporter: Jan Richter
Assignee: Denis Golovin
Fix For: 12.x
The installer accepts installation paths with the following format:
{noformat}/home/jrichter/Downloads/xyz/../abdc/../temp/../temp{noformat}
With such a path it fails immediately after the installation starts with the following
exception:
{noformat}java.io.FileNotFoundException:
/home/jrichter/Downloads/xyz/../abdc/../temp/../temp/JBoss-EULA.html (No such file or
directory)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(FileOutputStream.java:270)
at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
at java.io.FileOutputStream.<init>(FileOutputStream.java:162)
at com.izforge.izpack.installer.Unpacker.run(Unpacker.java:448)
at java.lang.Thread.run(Thread.java:745){noformat}