8242077: Add information about HTTP/2 and HttpClient usage in WebEngine #189
Conversation
|
/reviewers 2 |
@kevinrushforth |
This looks good to me. I'd also like @guruhb to take a look. |
looks good to me |
@abhinayagarwal This change now passes all automated pre-integration checks. When the change also fulfills all project specific requirements, type
Since the source branch of this PR was last updated there have been 8 commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid automatic rebasing, please merge As you are not a known OpenJDK Author, an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@kevinrushforth, @guruhb) but any other Committer may sponsor as well.
|
/integrate |
@abhinayagarwal |
/sponsor |
@kevinrushforth @abhinayagarwal The following commits have been pushed to master since your change was applied:
Your commit was automatically rebased without conflicts. Pushed as commit e30049f. |
Update WebEngine's Javadoc to add information on how it switches to HttpClient instead of URLConnection in JavaFX 14 when used with JDK 12 or later.
Identification of the correct client is important as both these clients may offer different ways to achieve a task. One such task can be bypassing insecure HTTPS connection.
Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jfx pull/189/head:pull/189
$ git checkout pull/189