RFR: 8349699: XSL transform fails with certain UTF-8 characters on 1024 byte boundaries
Lance Andersen
lancea at openjdk.org
Fri Feb 14 18:29:10 UTC 2025
On Fri, 14 Feb 2025 00:56:03 GMT, Joe Wang <joehw at openjdk.org> wrote:
> Fix an edge case in the patch for JDK-8207760.
Marked as reviewed by lancea (Reviewer).
test/jaxp/javax/xml/jaxp/unittest/transform/JDK8207760.java line 125:
> 123: Transformer t = createTransformerFromInputstream(
> 124: new ByteArrayInputStream(xsl.getBytes(StandardCharsets.UTF_8)));
> 125: //t.setOutputProperty(OutputKeys.ENCODING, StandardCharsets.UTF_8.name());
This appears to be un-needed
-------------
PR Review: https://git.openjdk.org/jdk/pull/23623#pullrequestreview-2618533166
PR Review Comment: https://git.openjdk.org/jdk/pull/23623#discussion_r1956563848
More information about the core-libs-dev
mailing list