-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
8u231, 15
transforms causes all lines in signed XML document to end with the ASCII
character for carriage return.
This is the code that no longer works:
ByteArrayOutputStream writer = new ByteArrayOutputStream();
Transformer trans = TransformerFactory.newInstance().newTransformer();
trans.transform(new DOMSource(ownerDoc), new StreamResult(writer));
xmlSigned = writer.toByteArray();
- duplicates
-
JDK-8236645 JDK 8u231 introduces a regression with incompatible handling of XML messages
- Closed
- relates to
-
JDK-8218629 XML Digital Signature throws NAMESPACE_ERR exception on OpenJDK 11, works 8/9/10
- Resolved
-
JDK-8210736 jdk/javax/xml/crypto/dsig/GenerationTests.java slow on linux
- Resolved
-
JDK-8217878 ENVELOPING XML signature no longer works
- Closed
-
JDK-8177334 Update xmldsig implementation to Apache Santuario 2.1.1
- Resolved
-
JDK-8219013 Update Apache Santuario (XML Signature) to version 2.1.3
- Resolved
-
JDK-8205507 jdk/javax/xml/crypto/dsig/GenerationTests.java timed out
- Resolved
-
JDK-8236645 JDK 8u231 introduces a regression with incompatible handling of XML messages
- Closed