JAXP RFR: 8000172 : 2 SAX features does not work properly (original) (raw)
Joe Wang huizhe.wang at oracle.com
Tue Oct 9 04:31:45 UTC 2012
- Previous message: hg: jdk8/tl/jdk: 7201053: Krb5LoginModule shows NPE when both useTicketCache and storeKey are set to true
- Next message: JAXP RFR: 8000172 : 2 SAX features does not work properly
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This is an issue found while I was working with SQE to expand test coverage. For a non-validating parser, when load-external-dtd is false, entity references are skipped. However, the skippedEntity() event was not reported.
The problem was due to missing infoset augmentations when document handler's startGeneralEntity/endGeneralEntity were called. The fix therefore is simply add the arguments.
webrev: http://cr.openjdk.java.net/~joehw/jdk8/8000172/webrev/
Please review.
Thanks, Joe
- Previous message: hg: jdk8/tl/jdk: 7201053: Krb5LoginModule shows NPE when both useTicketCache and storeKey are set to true
- Next message: JAXP RFR: 8000172 : 2 SAX features does not work properly
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]