Integrated: 8274205: Handle KDC_ERR_SVC_UNAVAILABLE error code from KDC

Alexey Bakhtin abakhtin at openjdk.java.net
Fri Sep 24 12:13:05 UTC 2021


On Thu, 23 Sep 2021 16:52:07 GMT, Alexey Bakhtin <abakhtin at 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 <abakhtin at openjdk.org>
Committer: Vladimir Kempik <vkempik at 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 <weijun at openjdk.org>
Reviewed-by: weijun

-------------

PR: https://git.openjdk.java.net/jdk/pull/5658


More information about the security-dev mailing list