RFR: 8328914: Document the java.security.debug property in javadoc [v16]

Sean Mullan mullan at openjdk.org
Mon Apr 14 15:52:45 UTC 2025


On Thu, 10 Apr 2025 05:09:52 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.
>> 
>> ![image](https://github.com/user-attachments/assets/b8a589d1-691e-4fb6-bb18-5890c73cb37d)
>> 
>> 
>> 
>> 
>> 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 1:

> 1: <!doctype html>

For now, let's change the name of this file to "debug-system-property.html". We can always change the name later if we add more system properties to it.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/23569#discussion_r2042437371


More information about the security-dev mailing list