[Bug 1730] javaws launcher cannot handle ampersand in Client.Security.sessionCookieNames

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Tue Sep 2 16:13:11 UTC 2014


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1730

--- Comment #1 from Omair Majid <omajid at redhat.com> ---
Please be aware that your file is in fact incorrect. "The JNLP file is an XML
document" [1]. An XML document must encode entities, including '&', correctly.
What you have is a JNLP file that violates the specification. The easiest way
to fix the problem is fix the file.

If you rely on behaviour that is specific to the implemenation (and
specifically violates the standard), it's not really sensible to expect that to
work elsewhere.

Anyway, this bug should be fixed in IcedTea-Web 1.5. We have switched to an
html-like parser that should accept malfromed JNLP files. Can you please test
it with that?

[1]
http://docs.oracle.com/javase/8/docs/technotes/guides/javaws/developersguide/syntax.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20140902/fadec7cc/attachment-0001.html>


More information about the distro-pkg-dev mailing list