You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For thread safety, define gssContext, token, negotiationOid as local variables instead of class attributes. (gssContext must not be thread safe as it makes NPE under load)
0 commit comments