Re: A new proposal to add methods to HttpsURLConnection to access SSLSession

2018-11-09 Thread Sean Mullan
On 11/8/18 4:06 PM, Xuelei Fan wrote: To make sure the SecureCacheResponse class work, two new tests are added (DefaultCacheResponse for default implementation, DummyCacheResponse for a test implementation):     http://cr.openjdk.java.net/~xuelei/8212261/webrev.04/ I think you mean http://cr

Re: RFR [12] 8210493: Bind to node- or linklocal ipv6 multicast address fails

2018-11-09 Thread Pavel Rappo
Alan, Chris, Thanks for reviewing this change. However, before the push I tested it again and found out that there is a small number of Linux machines on which both tests fail. The only thing I found to be in common between these machines was the version of the Linux kernel. Machines with the 3.10

RFR 8213189: Make restricted headers in HTTP Client configurable and remove Date by default

2018-11-09 Thread Michael McMahon
Could I get the following change reviewed please? We've reduced the number of restricted headers to the minimum and made those settable via a networking property (with health warning) http://cr.openjdk.java.net/~michaelm/8213189/webrev.1/ This change will require a CSR for the new property. Th

RFR 8213616 URLPermission with query or fragment behaves incorrectly

2018-11-09 Thread Michael McMahon
Could i get the following small change reviewed please? http://cr.openjdk.java.net/~michaelm/8213616/webrev.1/ Thanks, Michael

Re: RFR 8213189: Make restricted headers in HTTP Client configurable and remove Date by default

2018-11-09 Thread Daniel Fuchs
Hi Michael, This looks good to me. best regards, -- daniel On 09/11/2018 15:46, Michael McMahon wrote: Could I get the following change reviewed please? We've reduced the number of restricted headers to the minimum and made those settable via a networking property (with health warning) http