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)
======================================================================