Re: WebSocket client API

2015-10-08 Thread Simone Bordet
Hi, On Tue, Oct 6, 2015 at 12:27 PM, Pavel Rappo wrote: > Hi, > > Here's an update on the WebSocket API. This iteration tries to address all > issues have been discussed so far: > >webrev: http://cr.openjdk.java.net/~prappo/8087113/webrev.01/ >javadoc: http://cr.openjdk.java.net/~prappo/8

Re: TLS ALPN Proposal v7

2015-10-08 Thread Bradford Wetmore
On Sat, Oct 3, 2015 at 2:19 AM, Bradford Wetmore wrote: Thanks for the comments everyone. I'm submitting the following to the CCC (internal review board): http://cr.openjdk.java.net/~wetmore/8051498/webrev.17/ Changes: 1. No H2 Blacklist/Comparator 2. set/getApplicationProtocols()

Re: TLS ALPN Proposal v7

2015-10-08 Thread Simone Bordet
Bradford, On Sat, Oct 3, 2015 at 2:19 AM, Bradford Wetmore wrote: > Thanks for the comments everyone. I'm submitting the following to the CCC > (internal review board): > > http://cr.openjdk.java.net/~wetmore/8051498/webrev.17/ > > Changes: > > 1. No H2 Blacklist/Comparator > > 2. set/getA

Re: [9] RFR 8138953: HttpURLConnection doesn't fallback to another auth scheme if negotiate process failed

2015-10-08 Thread Wang Weijun
> On Oct 7, 2015, at 11:51 PM, Artem Smotrakov > wrote: > > Hi Max, > > HttpURLConnection obtains credentials for HTTP authentication from > Authenticator [1] implementation. Only one authenticator can be set in JVM > instance. It can have built-in credentials, or do some interactions with u