RFR: 8267584: The java.security.krb5.realm system property only needs to be defined once
Weijun Wang
weijun at openjdk.java.net
Sun May 23 20:52:08 UTC 2021
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.
-------------
Commit messages:
- 8267584: The java.security.krb5.realm system property only needs to be defined once
Changes: https://git.openjdk.java.net/jdk/pull/4159/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=4159&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8267584
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.java.net/jdk/pull/4159.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/4159/head:pull/4159
PR: https://git.openjdk.java.net/jdk/pull/4159
More information about the security-dev
mailing list