RFR: 8080272 Refactor I/O stream copying to use InputStream.transferTo/readAllBytes and Files.copy [v8]
    Andrey Turbanov 
    github.com+741251+turbanoff at openjdk.java.net
       
    Mon Feb  8 20:54:48 UTC 2021
    
    
  
On Mon, 8 Feb 2021 14:38:52 GMT, Weijun Wang <weijun at openjdk.org> 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
    
    
More information about the net-dev
mailing list