RFR: 8328914: Document the java.security.debug property in javadoc [v14]
Weijun Wang
weijun at openjdk.org
Fri Mar 7 19:27:58 UTC 2025
On Thu, 6 Mar 2025 23:32:17 GMT, Koushik Muthukrishnan Thirupattur <duke at openjdk.org> wrote:
>> java.security.debug is a widely used debug system property for JDK security libs. It's time to capture details about this property via javadoc.
>>
>> <img width="1034" alt="image" src="https://github.com/user-attachments/assets/657bcbd8-f5dd-4f6a-bd9f-8b6daa254573" />
>>
>>
>>
>> NOTE : We are adding a new html file (similar to the Networking Properties [here](https://download.java.net/java/early_access/jdk25/docs/api/java.base/java/net/doc-files/net-properties.html#networking-properties-heading)) for documenting security-related properties, and over time, we will add more properties to this page.
>
> Koushik Muthukrishnan Thirupattur has updated the pull request incrementally with one additional commit since the last revision:
>
> 8328914: Document the java.security.debug property in javadoc
src/java.base/share/classes/java/security/doc-files/security-related-system-properties.html line 59:
> 57: execution. The value of the property is one or more options separated by a
> 58: comma. Some options also have additional sub-options. Sub-options are
> 59: specified by appending a ":" to the option, followed by a list of one more
s/one more/one or more/
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23569#discussion_r1985578974
More information about the security-dev
mailing list