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

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

    XMLWordPrintable

Details

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

    Backports

      Description

        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.

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved: