Uploaded image for project: 'Red Hat CodeReady Studio (devstudio)'
  1. Red Hat CodeReady Studio (devstudio)
  2. JBDS-3727

Installer fails with not normalized paths

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • 12.x
    • 9.1.0.CR1
    • installer
    • None

    Description

      The installer accepts installation paths with the following format:

      /home/jrichter/Downloads/xyz/../abdc/../temp/../temp

      With such a path it fails immediately after the installation starts with the following exception:

      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)

      Attachments

        Activity

          People

            nivologd@gmail.com Denis Golovin (Inactive)
            jrichter@redhat.com Jan Richter
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: