RFR: 8242077: Add information about HTTP/2 and HttpClient usage in WebEngine

Kevin Rushforth kcr at openjdk.java.net
Tue Apr 21 23:58:12 UTC 2020


On Sun, 19 Apr 2020 08:12:07 GMT, Abhinay Agarwal <github.com+3197675+abhinayagarwal at openjdk.org> wrote:

> 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 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.

This looks good to me. I'd also like @guruhb to take a look.

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

Marked as reviewed by kcr (Lead).

PR: https://git.openjdk.java.net/jfx/pull/189


More information about the openjfx-dev mailing list