hg: jdk7/tl/jdk: 6510892: com/sun/net/httpserver/bugs/B6361557.java fails

2010-08-03 Thread michael . x . mcmahon
Changeset: 4d72d0ec83f5 Author:michaelm Date: 2010-07-30 18:16 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/4d72d0ec83f5 6510892: com/sun/net/httpserver/bugs/B6361557.java fails Reviewed-by: chegar ! test/com/sun/net/httpserver/bugs/B6361557.java

Re: Code Review 6973030: NTLM proxy authentication fails with https

2010-08-03 Thread Chris Hegarty
On 07/30/10 14:44, Michael McMahon wrote: Chris Hegarty wrote: Michael, Send the Proxy-Connection: keep-alive header with HTTP CONNECT requests for compatibility with HTTP/1.0 proxies such as Squid. This is required for NTLM authentication. Webrev:

Re: Code Review 6973030: NTLM proxy authentication fails with https

2010-08-03 Thread Michael McMahon
Chris Hegarty wrote: On 07/30/10 14:44, Michael McMahon wrote: Chris Hegarty wrote: Michael, Send the Proxy-Connection: keep-alive header with HTTP CONNECT requests for compatibility with HTTP/1.0 proxies such as Squid. This is required for NTLM authentication. Webrev:

hg: jdk7/tl/jdk: 6973030: NTLM proxy authentication fails with https

2010-08-03 Thread chris . hegarty
Changeset: 367b90ed38b1 Author:chegar Date: 2010-08-03 12:03 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/367b90ed38b1 6973030: NTLM proxy authentication fails with https Reviewed-by: michaelm ! src/share/classes/sun/net/www/protocol/http/HttpURLConnection.java !