mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8227381: GSS login fails with PREAUTH_FAILED
Reviewed-by: xuelei
This commit is contained in:
parent
e03c2a270b
commit
e133dbf7bd
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue