Spelling mistake in JSSE Reference Guide sample code

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 1.4.1
    • Affects Version/s: 1.4.0
    • Component/s: docs
    • rc
    • x86
    • windows_2000



      Name: rmT116609 Date: 05/07/2002


      FULL PRODUCT VERSION :
      java version "1.4.0"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-b92)
      Java HotSpot(TM) Client VM (build 1.4.0-b92, mixed mode)

      DESCRIPTION OF THE PROBLEM :
      Spelling mistake in jsse reference guide

      http://java.sun.com/j2se/1.4/docs/guide/security/jsse/JSSERefGuide.html

      class MyX509TrustManager implements X509TrustManger {

      should written correctly ... implements X509TrustManager

      -----------------
      The following MyX509TrustManager class enhances the default SunJSSE X509 TrustManager behavior by providing alternative authentication logic when the default SunJSSE X509 TrustManager fails.

      class MyX509TrustManager implements X509TrustManger {

          X509TrustManager sunX509TrustManager;

          MyX509TrustManager() {
              
      --------------------------------------

      (Review ID: 146154)
      ======================================================================

            Assignee:
            Alison Huml (Inactive)
            Reporter:
            Ranjith Mandala (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: