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

Should use Map instead of Hashtable for specifying SASL properties

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.4.0
    • 1.4.0
    • core-libs
    • None
    • beta2
    • sparc
    • solaris_2.6

      com.sun.security.sasl.preview.Sasl and its related interfaces use a
      java.util.Hashtable parameter for specifying properties for the SASL
      mechanism implementations. Use of Hashtable is too restrictive. Use
      java.util.Map instead so that the client may choose its implementation.
      Hashtable could be an implementation but need not be the only choice.

            rleesunw Rosanna Lee (Inactive)
            rleesunw Rosanna Lee (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: