[icedtea-web] RFC: parse jnlps containing component-desc as well as application-desc elements
Omair Majid
omajid at redhat.com
Wed Oct 27 12:14:11 PDT 2010
Hi,
Some JNLPs such as space weasel [1] contain a "component-desc" element
along with an "application-desc" element. Netx current fails trying to
run such an application. The parser error says that having multiple
*-desc elements is not supported. In the case of "component-desc" this
does not make much sense. "application-desc", "applet-desc" and
"installer-desc" describe what should be done with this jnlp file;
"component-desc" carries no such meaning, so it should be ok to have a
"component-desc" along with "application-desc" in the same JNLP file.
The attached patch fixes this.
ChangeLog:
2010-10-27 Omair Majid <omajid at redhat.com>
* netx/net/sourceforge/jnlp/JNLPFile.java: Add component.
(getLaunchInfo): Modify javadoc to indicate that it does not return
the ComponentDesc.
(getComponent): Return component instead of launchType.
(isComponent): Check if component is not null.
(parse): Find and set component.
* netx/net/sourceforge/jnlp/Parser.java
(getLauncher): Remove all checks for component-desc. Allow having
none of application-desc, applet-desc and installer-desc.
(getComponent): Check for more than one component-desc element.
Read and parse the component-desc.
Any thoughts or comments?
Thanks,
Omair
[1] http://spaceweasel.googlecode.com/svn/wiki/weasel.jnlp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: icedtea-web-component-desc.patch
Type: text/x-patch
Size: 3644 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20101027/6678e78c/icedtea-web-component-desc.patch
More information about the distro-pkg-dev
mailing list