On Thu, 17 Nov 2022 12:26:18 GMT, Sean Coffey <coff...@openjdk.org> wrote:

> A doc edit to indicate that modifications of values in java.security conf 
> file would require a JVM restart in order for such changes to be detected.

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

> 27: # an unspecified error when initializing the java.security.Security class.
> 28: # Properties in this file are typically parsed only once. Any modification
> 29: # would require an application restart to reflect changes.

Maybe change the second sentence to "If any of the properties are modified, 
applications should be restarted to ensure the changes are properly reflected."

This makes it more consistent with the words in the first sentence.

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

PR: https://git.openjdk.org/jdk/pull/11208

Reply via email to