Integrated: 8253696: WebEngine refuses to load local "file:///" CSS stylesheets when using JDK 15
Arun Joseph
ajoseph at openjdk.java.net
Tue Oct 6 03:38:36 UTC 2020
On Mon, 5 Oct 2020 07:08:33 GMT, Arun Joseph <ajoseph at openjdk.org> wrote:
> Issue: In JDK15,
> [URLConnection](https://github.com/openjdk/jdk/blob/master/src/java.base/share/classes/sun/net/www/URLConnection.java)
> class overrode the getHeaderFields() methods to return properties, which previously returned an empty map from its
> super class. Fix: Extract headers only when it's a HttpURLConnection, otherwise return an empty String.
This pull request has now been integrated.
Changeset: 15e52d8f
Author: Arun Joseph <ajoseph at openjdk.org>
URL: https://git.openjdk.java.net/jfx/commit/15e52d8f
Stats: 24 lines in 3 files changed: 15 ins; 0 del; 9 mod
8253696: WebEngine refuses to load local "file:///" CSS stylesheets when using JDK 15
Reviewed-by: kcr
-------------
PR: https://git.openjdk.java.net/jfx/pull/314
More information about the openjfx-dev
mailing list