Re: [JDK 10] RFR: 8185794: java/net/httpclient/security/Driver.java fails in timeout

2017-08-03 Thread Felix Yang
Hi Daniel, two comments: 1. you may need to change the copy right year from 2016 to 2017 2. If I remember correctly, Chris suggested to add copyright to all policy files. Probably you can add together, though not purpose of this bug. Thanks, Felix On 2017/8/4 2:21, Daniel Fuchs wrote: H

Re: [JDK 10] RFR: 8185794: java/net/httpclient/security/Driver.java fails in timeout

2017-08-03 Thread Roger Riggs
Hi Daniel, Looks fine, Roger On 8/3/2017 2:21 PM, Daniel Fuchs wrote: Hi, Please find below a fix for a test bug: https://bugs.openjdk.java.net/browse/JDK-8185794 8185794: java/net/httpclient/security/Driver.java fails in timeout http://cr.openjdk.java.net/~dfuchs/webrev_8185794/webrev.00/

[JDK 10] RFR: 8185794: java/net/httpclient/security/Driver.java fails in timeout

2017-08-03 Thread Daniel Fuchs
Hi, Please find below a fix for a test bug: https://bugs.openjdk.java.net/browse/JDK-8185794 8185794: java/net/httpclient/security/Driver.java fails in timeout http://cr.openjdk.java.net/~dfuchs/webrev_8185794/webrev.00/index.html Policy files were missing a permission and the timeout on the @

RFR 8184285: Buffer sizes of Flow based BodyProcessor API

2017-08-03 Thread Michael McMahon
Hi, The HTTP client work is continuing in a new branch of the JDK 10 sandbox forest (http-client-branch), and here is the first of a number of changes we want to make. This one is to address the feedback we received where HttpResponse.BodyProcessors would be easier to implement if there was c