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

TrustStoreDescriptor log the same value

XMLWordPrintable

      In the following code (TrustStoreDescriptor):
      String[] fileNames =
          new String[] {storePropName, defaultStore};
      for (String fileName : fileNames) {
          // Not break, the file is inaccessible.
          if (SSLLogger.isOn &&
                  SSLLogger.isOn("trustmanager")) {
              SSLLogger.fine(
                      "Inaccessible trust store: " +
                      storePropName);
          }
      }

      if both jssecacerts and cacerts are not defined, the same log is printed twice, talking about the jssecacerts instead of cacerts the second time.

            xuelei Xuelei Fan
            xuelei Xuelei Fan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: