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

HttpTimestamper should accept https URI

XMLWordPrintable

    • 8
    • b43
    • generic
    • generic
    • Verified

        sun.security.timestamp.HttpTimestamper has:

            public HttpTimestamper(URI tsaURI) {
                if (!tsaURI.getScheme().equalsIgnoreCase("http"))
                    throw new IllegalArgumentException("TSA must be an HTTP URI");
                this.tsaURI = tsaURI;
            }

        It should also support TSA with a https URI.

              weijun Weijun Wang
              weijun Weijun Wang
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: