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

a space is needed for the unsupported protocol exception message in ProtocolVersion

XMLWordPrintable

      In class sun.security.ssl.ProtocolVersion, the exception message for unsupported protocol needs a space.
      ProtocolVersion pv = ProtocolVersion.nameOf(pn);
      if (pv == null) {
          throw new IllegalArgumentException(
                 "Unsupported protocol" + pn);
      }

            jjiang John Jiang
            jjiang John Jiang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: