[8u] 8239385: KerberosTicket client name refers wrongly to sAMAccountName in AD

Martin Balao mbalao at redhat.com
Wed Jul 15 20:02:58 UTC 2020


Hi,

On 7/15/20 3:39 PM, Zhengyu Gu wrote:
> I would like to backport this patch to 8u, for parity with Oracle 8u271.
> 
> Original patch applies cleanly.
> 
> However, it failed to build, cause it expects
> sun.security.krb5.Config.getBooleanObject(String... keys) to be public
> method, while 8u and only 8u, it declares as private. Apparently, the
> method was partially backported and made it private.
> 

Yes, indeed. They introduced getBooleanObject method with the backport
of 8077102 and made it private for some reason. This class is an
internal class so keeping it public wouldn't have affected the public
API. getBooleanObject was originally introduced by 8029995 and was public.

Your backport looks good to me.

I believe we will need a CSR before having the approval.

Thanks,
Martin.-



More information about the jdk8u-dev mailing list