8367897: Document the javax.net.debug property in javadoc#30097
8367897: Document the javax.net.debug property in javadoc#300970zzy0sbourne wants to merge 1 commit intoopenjdk:masterfrom
Conversation
|
👋 Welcome back 0zzy0sbourne! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
|
@0zzy0sbourne The following labels will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing lists. If you would like to change these labels, use the /label pull request command. |
|
Hi @bradfordwetmore, thanks for making a comment in an OpenJDK project! All comments and discussions in the OpenJDK Community must be made available under the OpenJDK Terms of Use. If you already are an OpenJDK Author, Committer or Reviewer, please click here to open a new issue so that we can record that fact. Please Use "Add GitHub user bradfordwetmore" for the summary. If you are not an OpenJDK Author, Committer or Reviewer, simply check the box below to accept the OpenJDK Terms of Use for your comments.
Your comment will be automatically restored once you have accepted the OpenJDK Terms of Use. |
|
@bradfordwetmore has indicated that a compatibility and specification (CSR) request is needed for this pull request. @0zzy0sbourne please create a CSR request for issue JDK-8367897 with the correct fix version. This pull request cannot be integrated until the CSR request is approved. |
There was a problem hiding this comment.
Hi @bradfordwetmore, thanks for making a comment in an OpenJDK project!
All comments and discussions in the OpenJDK Community must be made available under the OpenJDK Terms of Use. If you already are an OpenJDK Author, Committer or Reviewer, please click here to open a new issue so that we can record that fact. Please Use "Add GitHub user bradfordwetmore" for the summary.
If you are not an OpenJDK Author, Committer or Reviewer, simply check the box below to accept the OpenJDK Terms of Use for your comments.
- I agree to the OpenJDK Terms of Use for all comments I make in a project in the OpenJDK GitHub organization.
Your comment will be automatically restored once you have accepted the OpenJDK Terms of Use.
| @@ -0,0 +1,132 @@ | |||
| <!doctype html> | |||
| <!-- | |||
| Copyright (c) 2025, Oracle and/or its affiliates. All rights reserved. | |||
There was a problem hiding this comment.
Hi @bradfordwetmore, thanks for making a comment in an OpenJDK project!
All comments and discussions in the OpenJDK Community must be made available under the OpenJDK Terms of Use. If you already are an OpenJDK Author, Committer or Reviewer, please click here to open a new issue so that we can record that fact. Please Use "Add GitHub user bradfordwetmore" for the summary.
If you are not an OpenJDK Author, Committer or Reviewer, simply check the box below to accept the OpenJDK Terms of Use for your comments.
- I agree to the OpenJDK Terms of Use for all comments I make in a project in the OpenJDK GitHub organization.
Your comment will be automatically restored once you have accepted the OpenJDK Terms of Use.
| <body LANG="en-US" DIR="LTR"> | ||
| <h1><B>{@systemProperty javax.net.debug}</B></h1> | ||
| <p> To monitor SSL/TLS activity, you can set the <code>javax.net.debug</code> | ||
| system property, which determines what trace messages are printed during |
There was a problem hiding this comment.
Hi @bradfordwetmore, thanks for making a comment in an OpenJDK project!
All comments and discussions in the OpenJDK Community must be made available under the OpenJDK Terms of Use. If you already are an OpenJDK Author, Committer or Reviewer, please click here to open a new issue so that we can record that fact. Please Use "Add GitHub user bradfordwetmore" for the summary.
If you are not an OpenJDK Author, Committer or Reviewer, simply check the box below to accept the OpenJDK Terms of Use for your comments.
- I agree to the OpenJDK Terms of Use for all comments I make in a project in the OpenJDK GitHub organization.
Your comment will be automatically restored once you have accepted the OpenJDK Terms of Use.
| </tr> | ||
| <tr> | ||
| <th scope="row"><code>ssl</code></th> | ||
| <td>Turn on SSL debugging. If specified by itself, all non-widening |
There was a problem hiding this comment.
Hi @bradfordwetmore, thanks for making a comment in an OpenJDK project!
All comments and discussions in the OpenJDK Community must be made available under the OpenJDK Terms of Use. If you already are an OpenJDK Author, Committer or Reviewer, please click here to open a new issue so that we can record that fact. Please Use "Add GitHub user bradfordwetmore" for the summary.
If you are not an OpenJDK Author, Committer or Reviewer, simply check the box below to accept the OpenJDK Terms of Use for your comments.
- I agree to the OpenJDK Terms of Use for all comments I make in a project in the OpenJDK GitHub organization.
Your comment will be automatically restored once you have accepted the OpenJDK Terms of Use.
| </thead> | ||
| <tbody> | ||
| <tr> | ||
| <th scope="row"><code>all</code></th> |
There was a problem hiding this comment.
Hi @bradfordwetmore, thanks for making a comment in an OpenJDK project!
All comments and discussions in the OpenJDK Community must be made available under the OpenJDK Terms of Use. If you already are an OpenJDK Author, Committer or Reviewer, please click here to open a new issue so that we can record that fact. Please Use "Add GitHub user bradfordwetmore" for the summary.
If you are not an OpenJDK Author, Committer or Reviewer, simply check the box below to accept the OpenJDK Terms of Use for your comments.
- I agree to the OpenJDK Terms of Use for all comments I make in a project in the OpenJDK GitHub organization.
Your comment will be automatically restored once you have accepted the OpenJDK Terms of Use.
| <code>handshake</code>: | ||
| <ul> | ||
| <li><code><b>verbose</b></code>: Verbose handshake | ||
| message printing</li> |
There was a problem hiding this comment.
Hi @bradfordwetmore, thanks for making a comment in an OpenJDK project!
All comments and discussions in the OpenJDK Community must be made available under the OpenJDK Terms of Use. If you already are an OpenJDK Author, Committer or Reviewer, please click here to open a new issue so that we can record that fact. Please Use "Add GitHub user bradfordwetmore" for the summary.
If you are not an OpenJDK Author, Committer or Reviewer, simply check the box below to accept the OpenJDK Terms of Use for your comments.
- I agree to the OpenJDK Terms of Use for all comments I make in a project in the OpenJDK GitHub organization.
Your comment will be automatically restored once you have accepted the OpenJDK Terms of Use.
Adds javadoc documentation for the javax.net.debug system property to the javax.net.ssl
package, following the same pattern used for java.security.debug in the java.security
package. A new doc-files/debug-system-property.html page is created documenting all
supported options, and a link to it is added to the package-info.java.
make docs-javadoc
Results:
Finished building target 'docs-javadoc' in configuration 'linux-x86_64-server-release'
Progress
Issue
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/30097/head:pull/30097$ git checkout pull/30097Update a local copy of the PR:
$ git checkout pull/30097$ git pull https://git.openjdk.org/jdk.git pull/30097/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 30097View PR using the GUI difftool:
$ git pr show -t 30097Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/30097.diff
Using Webrev
Link to Webrev Comment