RFR: 8253866: Security Libs Terminology Refresh

Sean Mullan mullan at openjdk.java.net
Thu Jan 14 15:51:04 UTC 2021


On Thu, 14 Jan 2021 06:32:37 GMT, Jamil Nimeh <jnimeh at openjdk.org> wrote:

> This is the security libs portion of the effort to replace archaic/non-inclusive words with more neutral terms (see JDK-8253315 for details).
> 
> Here are the changes covering core libraries code and tests. Terms were changed as follows:
> 
> - blacklisted.certs -> blocked.certs (along with supporting make infrastructure and tests)
> - master/slave in KRB5 -> primary/replica
> - blacklist in other files -> deny list
> - whitelist -> allow list
> 
> Addressing similar issues in upstream 3rd party code is out of scope of this PR. Such changes will be picked up from their upstream sources.

Marked as reviewed by mullan (Reviewer).

src/java.base/share/conf/security/java.security line 454:

> 452: #    configuration, but with smaller max_retries and timeout values.
> 453: #    max_retries and timeout are optional numerical parameters (default 1 and
> 454: #    5000, which means once and 5 seconds). Please notes that if any of the

Typo: s/notes/note/

src/java.base/share/conf/security/java.security line 455:

> 453: #    max_retries and timeout are optional numerical parameters (default 1 and
> 454: #    5000, which means once and 5 seconds). Please notes that if any of the
> 455: #    values defined here is more than what is defined in krb5.conf, it will be

Typo: s/is more/are more/

-------------

PR: https://git.openjdk.java.net/jdk/pull/2074



More information about the security-dev mailing list