-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
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.
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.