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

typo in test DisabledAlgorithms.java

XMLWordPrintable

      javax/net/ssl/ciphersuites/DisabledAlgorithms.java contains this fragment:

                      // some of the certs in our test are weak; disable
                      Security.setProperty("jdk.certpath.disabledAlgorithms", "");
                      System.out.println("jdk.certpath.disabledAlgorithms = "
                              + Security.getProperty("jdk.cerpath.disabledAlgorithms"));

      There's a typo in the property name on the last line - "cerpath" instead of "certpath". Does not affect the test result.

            amjiang Amanda Jiang (Inactive)
            jcoomes John Coomes (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: