Thanks Sean!
On 10/11/2012 1:55 AM, Seán Coffey wrote:
Joe,
approved for jdk7u-dev.
There's no link to review thread as required [1].
Link is here :
http://mail.openjdk.java.net/pipermail/core-libs-dev/2012-October/011690.html
The bug links below are not available externally from Oracle (yet).
Pasting bug evaluation for record purposes :
Joe Wang
<https://jbs.oracle.com/bugs/secure/ViewProfile.jspa?name=joehw>added
a comment -2012-10-06 08:34
name1/name2 are entities defined in an external DTD, but are not
external general entities, which is why they are resolved when the
external dtd is loaded.
external general entities are defined as:
<!ENTITY name SYSTEM uri> or <!ENTITY name PUBLIC FPI uri>
The bug in the reported case is that when external dtd is not loaded,
skippedEntity event should be reported.
regards,
Sean.
[1] http://openjdk.java.net/projects/jdk7u/approval-template.html
==============
On 09/10/2012 22:37, Joe Wang wrote:
Hi,
I'd like to request approval to port the fix for 8000172 to 7u12.
The fix was reviewed by Lance Andersen
JDK8 bug: https://jbs.oracle.com/bugs/browse/JDK-8000172
The backport: https://jbs.oracle.com/bugs/browse/JDK-8000664
Fix: http://cr.openjdk.java.net/~joehw/jdk8/8000172/webrev/
Thanks,
Joe