Re: RFR 8038079: Re-examine integration of SPNEGO authentication

2016-12-14 Thread Daniel Fuchs
Hi Pavel, This looks good to me. best regards, -- daniel On 13/12/16 12:28, Pavel Rappo wrote: Hello, Could you please review the following change for [1]? http://cr.openjdk.java.net/~prappo/8038079/webrev.00/ sun.net.www.protocol.http.HttpURLConnection defined in the java.base module

Re: RFR 8038079: Re-examine integration of SPNEGO authentication

2016-12-13 Thread Chris Hegarty
On 13 Dec 2016, at 12:28, Pavel Rappo wrote: > > Hello, > > Could you please review the following change for [1]? > >http://cr.openjdk.java.net/~prappo/8038079/webrev.00/ Looks good. Maybe just a short comment in the module-info.class? // to support SPNEGO from HttpURLConnection -Chri

RFR 8038079: Re-examine integration of SPNEGO authentication

2016-12-13 Thread Pavel Rappo
Hello, Could you please review the following change for [1]? http://cr.openjdk.java.net/~prappo/8038079/webrev.00/ sun.net.www.protocol.http.HttpURLConnection defined in the java.base module uses different authentication schemes. Among others there's a scheme called SPNEGO, which is defined