[Bug 766] New: javaws fails to parse an <argument> node that contains CDATA.
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Tue Jul 26 11:13:30 PDT 2011
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=766
Summary: javaws fails to parse an <argument> node that contains
CDATA.
Product: IcedTea-Web
Version: unspecified
Platform: all
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: NetX
AssignedTo: omajid at redhat.com
ReportedBy: philippe.laflamme at gmail.com
CC: unassigned at icedtea.classpath.org
I have a jnlp file that contains an <argument> node that itself contains a
CDATA node:
...
<argument><![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
<entry key="locale">en</entry>
<entry
key="codebaseUrl">http://localhost:8080/instruments/BloodPressureBpTru</entry>
<entry
key="jnlpPath">/home/plaflamme/projects/onyx-1.8.x/onyx-example/target/example-webapp/instruments/BloodPressureBpTru/launch.jnlp</entry>
<entry key="org.obiba.onyx.remoting.url">http://localhost:8080/remoting</entry>
<entry key="JSESSIONID">z5i5vf56933o1kb0amh5tmb99</entry>
</properties>
]]></argument>
...
Its used to embed a java.util.Properties object serialized as XML. When
launching this jnlp, the result is an empty <argmuent> node which results in an
empty String args[] variable in the main method.
Running javaws -verbose on this jnlp produces this output:
...
line: 38 <application-desc
main-class="org.obiba.onyx.jade.client.JnlpClient">
line: 39 <argument></argument>
line: 40 </application-desc>
...
The same jnlp works using the Sun/Oracle javaws.
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the distro-pkg-dev
mailing list