On Mon, 10 Jun 2024 20:29:54 GMT, Weijun Wang <wei...@openjdk.org> wrote:
> Allow `udp_preference_limit = 0` to force TCP. > > The reason for this bug is that it was read in a similar way as `kdc_timeout` > and `max_retries`, both must be positive to have effect. This pull request has now been integrated. Changeset: c740e1e3 Author: Weijun Wang <wei...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/c740e1e3b080d43cf9871853538f233843d1b81c Stats: 220 lines in 4 files changed: 188 ins; 9 del; 23 mod 8333772: Incorrect Kerberos behavior when udp_preference_limit = 0 Reviewed-by: ssahoo, mullan ------------- PR: https://git.openjdk.org/jdk/pull/19638