On Wed, 28 Sep 2022 07:06:30 GMT, Jaikiran Pai <j...@openjdk.org> wrote:
> Hello Sean, > > > Debug output is also now added for these properties via > > -Djava.security.debug=properties > > Looking at the existing code upstream, it appears that the value `properties` > is already recognized for `java.security.debug` system property. So it's not > something this PR is introducing/proposing. However, the documentation for > this system property doesn't seem to be listing that as a value > https://docs.oracle.com/en/java/javase/19/security/troubleshooting-security.html. > Do you think that documentation would need to be addressed (as a separate > issue)? Good point Jai. It's a rarely used property value I guess, but it would be exposed via the "all" debug value option as per test. I suspect there may be other such properties also. I'll log a JBS issue to track this and to have security/docs team discuss. ------------- PR: https://git.openjdk.org/jdk/pull/10394