Skip to content

Commit

Permalink
Add assigned bug ID for Java 22 XML parsing bug
Browse files Browse the repository at this point in the history
At the time of commit 4e9d086, only an "internal review ID"
was available for the reported bug in parsing a minimal-DTD
document with Java 22's new jdk.xml.dtd.support=ignore
in effect.

Add the assigned ID JDK-8329295 for the bug.
  • Loading branch information
jcflack committed Apr 2, 2024
1 parent bbb6510 commit ae0b64e
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,10 +291,9 @@
/*
* A truly minimal DTD, <!DOCTYPE a>, cannot be ignored by Java 22's SAX/DOM
* parser (though it can be, when using the StAX API). NullPointerException
* calling getActiveGrammar().isImmutable() is the result. Reported on
* bugreport.java.com but still awaiting assignment of a bug ID. Including
* either an externalID or an internal subset (like the empty [] here)
* avoids the issue.
* calling getActiveGrammar().isImmutable() is the result. Bug: JDK-8329295
* Including either an externalID or an internal subset (like the empty []
* here) avoids the issue.
*/
" '<!DOCTYPE a []><a/>'::xml, how, params) IS DOCUMENT" +
" FROM" +
Expand Down

0 comments on commit ae0b64e

Please sign in to comment.