The major version of JavaFX is encoded into the user agent string.
modules/javafx.web/src/main/native/Source/WebCore/platform/java/WebPage.cpp
" (KHTML, like Gecko) JavaFX/9 Safari/", wkVersion);
I missed updating this when bumping the major version of FX from 9 to 10. We should fix this for 10.
modules/javafx.web/src/main/native/Source/WebCore/platform/java/WebPage.cpp
" (KHTML, like Gecko) JavaFX/9 Safari/", wkVersion);
I missed updating this when bumping the major version of FX from 9 to 10. We should fix this for 10.
- duplicates
-
JDK-8174920 Avoid Hard coded JavaFX version in User Agent String
-
- Closed
-
- relates to
-
JDK-8176316 Change JavaFX release version to 10
-
- Resolved
-