Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8042415

[nightly] JNLP file invalid parsing

XMLWordPrintable

    • b09
    • generic
    • generic
    • Verified

        In nightly build with fix for JDK-8041339

        a test that tries to load a JNLP file with complicated quoting fails. Exception shown in control panel is:

        at java.lang.String.charAt(String.java:646)
        at com.sun.deploy.config.Config.containsUnsupportedCharacters(Unknown Source)
        at com.sun.deploy.config.Config.isLegalArgument(Unknown Source)
        at com.sun.deploy.xml.XMLParser.parseXMLAttribute(Unknown Source)
        at com.sun.deploy.xml.XMLParser.parseXMLElement(Unknown Source)
        at com.sun.deploy.xml.XMLParser.parseXMLElement(Unknown Source)
        at com.sun.deploy.xml.XMLParser.parseXMLElement(Unknown Source)
        at com.sun.deploy.xml.XMLParser.parseXMLElement(Unknown Source)
        at com.sun.deploy.xml.XMLParser.parseXMLElement(Unknown Source)
        at com.sun.deploy.xml.XMLParser.parse(Unknown Source)
        at com.sun.javaws.jnl.XMLFormat.parse(Unknown Source)
        at com.sun.javaws.jnl.XMLFormat.parse(Unknown Source)
        at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
        at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
        at com.sun.javaws.Main.launchApp(Unknown Source)
        at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
        at com.sun.javaws.Main.access$000(Unknown Source)
        at com.sun.javaws.Main$1.run(Unknown Source)
        at java.lang.Thread.run(Thread.java:745)

              dtitov Daniil Titov (Inactive)
              aluht Anton Luht (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: