[Bug 1026] Apps fail to run because of the nanoxml parser's strict XML validation

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Sun Jun 2 09:27:26 PDT 2013


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

--- Comment #6 from Heiko <lil_tux at web.de> ---
Created attachment 880
  --> http://icedtea.classpath.org/bugzilla/attachment.cgi?id=880&action=edit
Remove interpretation of entities

Remove interpretation of entities starting with '&'. As far as I can tell, the
interpretation is only done in a) attribute values and b) in PCDATA. I'd say
both should be kept as-is. The patch fixes the issue for me and makes the
applet also work properly with URL 3) from my previous comment.

For future release I'd go with something more tested than nanoxml. Since applet
initialization already is costly, there's no reason for taking the tiniest xml
parser, is there?

-- 
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/20130602/0d4de55a/attachment.html 


More information about the distro-pkg-dev mailing list