8227381: GSS login fails with PREAUTH_FAILED

Reviewed-by: xuelei
This commit is contained in:
Weijun Wang 2019-07-10 09:43:34 +08:00
parent e03c2a270b
commit e133dbf7bd

View file

@ -367,6 +367,8 @@ public final class KrbAsReqBuilder {
paList = kerr.getPA(); // Update current paList
} else {
if (referralsState.handleError(ke)) {
pakey = null;
preAuthFailedOnce = false;
continue;
}
throw ke;