-
Bug
-
Resolution: Fixed
-
P2
-
6
-
b58
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8001708 | 7u40 | Mala Bankal | P2 | Closed | Fixed | b01 |
JDK-2229565 | 7u9 | Mala Bankal | P1 | Closed | Fixed | b04 |
JDK-2229564 | 6u37 | Mala Bankal | P1 | Closed | Fixed | b04 |
The XML Signature DOM implementation should not use instanceof to determine type of Node. This is not guaranteed to behave consistently on all DOM implementations. Instead we should always use Node.getNodeType() to determine the type of Node.
More details to be added later.
More details to be added later.
- backported by
-
JDK-2229564 XML Signature DOM implementation should not use instanceof to determine type of Node
-
- Closed
-
-
JDK-2229565 XML Signature DOM implementation should not use instanceof to determine type of Node
-
- Closed
-
-
JDK-8001708 XML Signature DOM implementation should not use instanceof to determine type of Node
-
- Closed
-