-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
b40
-
sparc
-
solaris_2.6
-
Verified
Name: ktR10099 Date: 12/24/2003
Specification for javax.net.ssl.TrustManagerFactory.getInstance(String
algorithm, String provider) states, that "...IllegalArgumentException is
thrown if provider is not specified". Current java implementation throws
IllegalArgumentException in case provider is null or empty string. While
this is reasonable specification should mention this explicitly.
If algorithm is null NullPointerException is thrown, which is also
reasonable, but should be documented.
======================================================================
- duplicates
-
JDK-4972557 incomplete spec for TrustManagerFactory.getInstance(String)
- Closed