JDK-8001708 : XML Signature DOM implementation should not use instanceof to determine type of Node
  • Type: Backport
  • Backport of: JDK-7195301
  • Component: security-libs
  • Sub-Component: javax.xml.crypto
  • Affected Version: 7u40
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-10-26
  • Updated: 2013-07-19
  • Resolved: 2012-10-26
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. /export/jdk/jdk1.7.0_14/bin/java -showversion -cp xmlparserv2.jar:. SignatureValidator "signature-enveloped-dsa.xml" java version "1.7.0_14-ea" Java(TM) SE Runtime Environment (build 1.7.0_14-ea-b10) Java HotSpot(TM) 64-Bit Server VM (build 24.0-b29, mixed mode) true
21-01-2013