[jbosstools-issues] [JBoss JIRA] (JBDS-3727) Installer fails with not normalized paths

Jan Richter (JIRA) issues at jboss.org
Tue Mar 29 02:53:00 EDT 2016


Jan Richter created JBDS-3727:
---------------------------------

             Summary: Installer fails with not normalized paths
                 Key: JBDS-3727
                 URL: https://issues.jboss.org/browse/JBDS-3727
             Project: Developer Studio (JBoss Developer Studio)
          Issue Type: Bug
          Components: installer
    Affects Versions: 9.1.0.CR1
            Reporter: Jan Richter
            Assignee: Denis Golovin


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)


More information about the jbosstools-issues mailing list