Re: [security-dev 00119]: hg: jdk7/jsn/jdk: 6670362: HTTP/SPNEGO should work across realms

2008-03-20 Thread Weijun Max Wang
Hi Asaf Thanks for watching the list. :) Basically I want to encode "HTTP on host.server.com" into a service principal like "HTTP/[EMAIL PROTECTED]". By changing the nameType to GSSName.NT_HOSTBASED_SERVICE, it means the underlying Kerberos principal should be of the NT-SRV-HST type. According t

Re: SocketImpl.create()

2008-03-20 Thread Jean-Christophe Collet
Roman Kennke wrote: 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.