On Mon, 8 Feb 2021 14:38:52 GMT, Weijun Wang <[email protected]> wrote:
>> Andrey Turbanov has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> 8080272: Refactor I/O stream copying to use java.io.InputStream.transferTo
>> revert changes in Apache Santuario
>
> src/java.xml.crypto/share/classes/org/jcp/xml/dsig/internal/dom/Utils.java
> line 49:
>
>> 47: throws IOException
>> 48: {
>> 49: return is.readAllBytes();
>
> This is also from Apache Santuario. It's better to keep it unchanged.
reverted
-------------
PR: https://git.openjdk.java.net/jdk/pull/1853