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

Unsynchronized code path from javax.crypto.Cipher to the WeakHashMap used by JceSecurity to store codebase mappings

XMLWordPrintable

    • b15
    • Not verified

        There is an unsynchronized code path from javax.crypto.Cipher to the WeakHashMap used by JceSecurity to store class/codebase mappings. The call stack is:

        JceSecurity.getCodeBase
        JceSecurityManager.getCryptoPermission
        Cipher.getConfiguredPermission
        (various methods of Cipher)

              robm Robert Mckenna
              mullan Sean Mullan
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated:
                Resolved: