[Bug 2690] New: Can't run BOM into JNLP file.

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Tue Nov 3 00:26:14 UTC 2015


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

            Bug ID: 2690
           Summary: Can't run BOM into JNLP file.
           Product: IcedTea-Web
           Version: unspecified
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: NetX (javaws)
          Assignee: jvanek at redhat.com
          Reporter: takashi at m.gmobb.jp
                CC: unassigned at icedtea.classpath.org

There is a case in UTF-8 is including BOM(byte order mark).
In the XML file that contains the BOM,XML files are not start from '<',start is
'0xEFBBBF<'.

[Example]
0xEFBBBF<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="http://example.com/" href="example.jnlp">

it's XML parse error in icedtea.
Oracle Java is no problem.
XML file is not necessarily the beginning of ' < '.
BOM(0xEFBBBF) is invisible character.

Sorry, I'm not good at English.

-- 
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/20151103/24648fdf/attachment-0001.html>


More information about the distro-pkg-dev mailing list