On Thu, 23 Sep 2021 16:52:07 GMT, Alexey Bakhtin <abakh...@openjdk.org> wrote:
> The code change handles KDC_ERR_SVC_UNAVAILABLE error code (29) received from > KDC and resends the initial request to the next KDC in the list. It aligns > error code handling with the MIT Kerberos implementation. > sun/security/krb5 tests passed This pull request has now been integrated. Changeset: 5ba0d09f Author: Alexey Bakhtin <abakh...@openjdk.org> Committer: Vladimir Kempik <vkem...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/5ba0d09fe47439880daf913f4ff0b978ed9c1ac6 Stats: 88 lines in 3 files changed: 86 ins; 0 del; 2 mod 8274205: Handle KDC_ERR_SVC_UNAVAILABLE error code from KDC Co-authored-by: Weijun Wang <wei...@openjdk.org> Reviewed-by: weijun ------------- PR: https://git.openjdk.java.net/jdk/pull/5658