Changeset: 3f62cfc4e83d
Author:xuelei
Date: 2012-10-18 01:14 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/3f62cfc4e83d
7068321: Support TLS Server Name Indication (SNI) Extension in JSSE Server
Reviewed-by: mullan, weijun, wetmore
! src/share/classes/javax/net/ssl/Extended
(Forwarding to security-dev as this should be discussed in that group, not
core-libs).
On 10/18/12 5:02 PM, chris...@zoulas.com wrote:
> Hello,
>
> This simple fix allows kerberos authentication to work with:
>
> -Dsun.security.jgss.native=true
>
> and microsoft's sqljdbc 4.0.2206.100 dr
Hi Christos
You mean the exception thrown in NativeGSSFactory.java lines 52-60?
Vector creds = GSSUtil.searchSubject
(name, mech, initiate, GSSCredElement.class);
// If Subject is present but no native creds available
if (creds != null && creds.isEmpty()) {