Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8219917

[WebView] Sub-resource integrity check fails on Windows and Linux

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • jfx13
    • jfx11, 8
    • javafx
    • web

        Currently subresource integrity check is not working in Linux and Windows due to missing implementation of `PAL::CryptoDigest` on those platforms. However it works in macOS because we rely on CommonCrypto based CryptoDigest implementation from WebCore.

        The goal of this enhancement is to implement `PAL::CryptoDigest` using `java.security.MessageDigest`., so that the sub resource integrity can be supported across all the platforms.

              arajkumar Arunprasad Rajkumar
              arajkumar Arunprasad Rajkumar
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: