JDK-8000664 : 2 SAX features does not work properly
  • Type: Backport
  • Backport of: JDK-8000172
  • Component: xml
  • Sub-Component: javax.xml.parsers
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2012-10-09
  • Updated: 2013-05-13
  • Resolved: 2012-12-15
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8
7u40 b01Fixed 8Fixed
Comments
Verified with attached testcase using 7u14(former 7u12) b01 on Windows x64. output with 7u11 b21: toy id=1 name : price : 98470 toy id=2 name : price : 345 output with 7u14 b01: toy id=1 name : skippedEntity() is invoked for : name1 price : 98470 toy id=2 name : skippedEntity() is invoked for : name2 price : 345
22-01-2013

Here's the changeset: Changeset: 15813656f07f Author: joehw Date: 2012-10-12 23:39 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jaxp/rev/15813656f07f
15-12-2012

The fix was integrated into 7u12-b01 based on the murcurial commit log. The resolved in build is updated to b01
10-11-2012