Incorrect condition in test SupportedDHKeys.java

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: None
    • Component/s: security-libs
    • None

      It is expected to run the block except SunPKCS11 on Solaris, but the following code will never get called because SunPKCS11-Solaris is only on SunOS.

      if (provider.getName().equals("SunPKCS11-Solaris") &&
             !System.getProperty("os.name").equals("SunOS")) {
      ....
      }

            Assignee:
            Xuelei Fan
            Reporter:
            Xuelei Fan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: