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

Spelling mistake in JSSE Reference Guide sample code

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 1.4.1
    • 1.4.0
    • 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)
      ======================================================================

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: