RFR: 8242361: JavaFX Web View crashes with Segmentation Fault, when HTML contains Data-URIs

Matthias Bläsing github.com+2179736+matthiasblaesing at openjdk.java.net
Sun Dec 13 16:13:53 UTC 2020


On Sat, 12 Dec 2020 22:41:59 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>     1. Would it be possible to turn the test into an automated one? Possibly using some of the same techniques that the ModuleLauncherTest does?

Thank you for the pointer to `ModuleLauncherTest` indeed that was an inspiration for integration. I updated this PR with an integrated test. The new test is derived from the original manual test, but reworked to be automatically checkable. It was verified to fail without the fix and ran clean after.
 
>     2. All of the new files need a proper copyright header (including the new `build.gradle`).

Sorry about that - should be fixed in the updated version.

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

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


More information about the openjfx-dev mailing list