[jdk8u-dev] Integrated: 8029995: accept yes/no for boolean krb5.conf settings
Alexey Bakhtin
abakhtin at openjdk.org
Wed Sep 20 14:44:55 UTC 2023
On Tue, 5 Sep 2023 23:44:06 GMT, Alexey Bakhtin <abakhtin at openjdk.org> wrote:
> This fix solves regression caused by JDK-8139348 and found by the test suite of 3rd party library.
> The fix allows to use "yes" and "no" values in the krb5.conf file. It is important because sometimes krb5.conf is autogenerated and uses "yes"/"no" values inside.
> The backport is almost clean except of the Config.java file. Config.java already has some changes applied as part of JDK-8077102
> sun/security/krb5 jtreg tests passed
This pull request has now been integrated.
Changeset: ee4caa8b
Author: Alexey Bakhtin <abakhtin at openjdk.org>
URL: https://git.openjdk.org/jdk8u-dev/commit/ee4caa8b41570edb5137eaa30a8867de2cae4e5d
Stats: 109 lines in 6 files changed: 75 ins; 25 del; 9 mod
8029995: accept yes/no for boolean krb5.conf settings
Reviewed-by: andrew
Backport-of: 9bae1e597b2d884e1d8a2a7a499b8d83ec002dbd
-------------
PR: https://git.openjdk.org/jdk8u-dev/pull/367
More information about the jdk8u-dev
mailing list