RFR: 8349699: XSL transform fails with certain UTF-8 characters on 1024 byte boundaries [v2]

Joe Wang joehw at openjdk.org
Fri Feb 14 19:09:54 UTC 2025


On Fri, 14 Feb 2025 18:25:30 GMT, Lance Andersen <lancea at openjdk.org> wrote:

>> Joe Wang has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   un-needed property removed
>
> 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

Thanks Lance. Removed the un-needed property setting.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/23623#discussion_r1956605186


More information about the core-libs-dev mailing list