Changeset: a8d6215fa863
Author:weijun
Date: 2008-03-20 11:57 +0800
URL: http://hg.openjdk.java.net/jdk7/jsn/jdk/rev/a8d6215fa863
6670362: HTTP/SPNEGO should work across realms
Reviewed-by: valeriep
! src/share/classes/sun/net/www/protocol/http/NegotiatorImpl.java
I am confused how this method is supposed to work. It has a boolean
parameter that is documented to be used to distinguish between datagram
and stream sockets. However, it is only used by Socket and ServerSocket,
so I guess it must always be a stream socket? But it gets worse. The
PlainSocketImpl.c