-
Bug
-
Resolution: Fixed
-
P3
-
5.0
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2143090 | 6u2 | Thomas Ng | P3 | Resolved | Fixed | b01 |
JDK-2141485 | 5.0u14 | Vaibhav Choudhary | P3 | Resolved | Fixed | b01 |
JDK-2145019 | 1.4.2_21 | Abhijit Saha | P3 | Resolved | Fixed | b01 |
if we put CDATA xml information within the jnlp <argument> tag, application cannot be launched and exception will be thrown:
We tried to enclose the CDATA (because we are trying to put a XML string inside an XML string) and we are getting exception from Webstart:
BadFieldException[ The field <argument> has an invalid value: ,]
at com.sun.javaws.jnl.XMLFormat$9.visitElement(Unknown Source)
at com.sun.javaws.jnl.XMLUtils.visitElements(Unknown Source)
at com.sun.javaws.jnl.XMLFormat.buildApplicationDesc(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.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$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
See below for the content inside the <argument> tag:
<argument><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
<java version="1.5.0_04" class="java.beans.XMLDecoder"> <int>1</int></java>]]></argument>
We tried to enclose the CDATA (because we are trying to put a XML string inside an XML string) and we are getting exception from Webstart:
BadFieldException[ The field <argument> has an invalid value: ,]
at com.sun.javaws.jnl.XMLFormat$9.visitElement(Unknown Source)
at com.sun.javaws.jnl.XMLUtils.visitElements(Unknown Source)
at com.sun.javaws.jnl.XMLFormat.buildApplicationDesc(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.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$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
See below for the content inside the <argument> tag:
<argument><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
<java version="1.5.0_04" class="java.beans.XMLDecoder"> <int>1</int></java>]]></argument>
- backported by
-
JDK-2141485 cannot use CDATA xml tag within the jnlp <argument> tag
-
- Resolved
-
-
JDK-2143090 cannot use CDATA xml tag within the jnlp <argument> tag
-
- Resolved
-
-
JDK-2145019 cannot use CDATA xml tag within the jnlp <argument> tag
-
- Resolved
-