[
https://issues.jboss.org/browse/JBDS-3727?page=com.atlassian.jira.plugin....
]
Jan Richter commented on JBDS-3727:
-----------------------------------
Why is this marked as platform-installer issue? It's an issue in the izpack installer.
Installer fails with not normalized paths
-----------------------------------------
Key: JBDS-3727
URL:
https://issues.jboss.org/browse/JBDS-3727
Project: Red Hat Developer Studio (DevStudio)
Issue Type: Bug
Components: platform-installer
Affects Versions: 9.1.0.CR1
Reporter: Jan Richter
Assignee: Denis Golovin
Fix For: 10.0.0.Alpha3
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}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)