Re: WebSocket client API

2015-10-16 Thread Simone Bordet
Resending with the right subject... not sure what Gmail was thinking. Sorry for the double send. Hi, On Fri, Oct 16, 2015 at 12:35 PM, Pavel Rappo wrote: > Hi, > > Here's a second update on the WebSocket API: > > webrev: http://cr.openjdk.java.net/~prappo/8087113/webrev.02/ > javadoc: http:

[no subject]

2015-10-16 Thread Simone Bordet
Hi, On Fri, Oct 16, 2015 at 12:35 PM, Pavel Rappo wrote: > Hi, > > Here's a second update on the WebSocket API: > > webrev: http://cr.openjdk.java.net/~prappo/8087113/webrev.02/ > javadoc: http://cr.openjdk.java.net/~prappo/8087113/javadoc.02/ > > Main differences from the previous version: >

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

2015-10-16 Thread Artem Smotrakov
Hi Max, Please see inline. On 10/16/2015 05:18 AM, Wang Weijun wrote: Let's go back to the bug description: But no fallback happens if: 1. an HTTP server supports both Negotiate (via Kerberos) and Basic authentication schemes 2. first, a user provides correct Kerberos credentials, and a conn

RFR: JDK-8022748 (new URI(u.toString()).equals(u), does not hold with paths containing colons

2015-10-16 Thread Sebastian Sickelmann
Hi, is there someone who wants to sponsor/review my suggested change? -- Sebastian On 10/06/2015 01:13 PM, Sebastian Sickelmann wrote: > Hi, > > i investigated the problem described in JDK-8022748[1] i found that > the parser needed to be rescued for confusion while handling relative URIs. > >

Re: WebSocket client API

2015-10-16 Thread Pavel Rappo
Hi, Here's a second update on the WebSocket API: webrev: http://cr.openjdk.java.net/~prappo/8087113/webrev.02/ javadoc: http://cr.openjdk.java.net/~prappo/8087113/javadoc.02/ Main differences from the previous version: * WebSocket has become an abstract class * New methods in Builder: h