Re: RFR: 8267584: The java.security.krb5.realm system property only needs to be defined once

2021-05-24 Thread Sean Mullan
On Sun, 23 May 2021 20:42:24 GMT, Weijun Wang wrote: > A system property only needs to be put in a `{@systemProperty}` tag where > it's first defined. For this one, it's >

RFR: 8267584: The java.security.krb5.realm system property only needs to be defined once

2021-05-23 Thread Weijun Wang
A system property only needs to be put in a `{@systemProperty}` tag where it's first defined. For this one, it's https://github.com/openjdk/jdk/blob/cf21c5ef116c136f09ac5be0d68f02553d0c7a70/src/java.security.jgss/share/classes/javax/security/auth/kerberos/package-info.java#L41. -