-
Bug
-
Resolution: Fixed
-
P4
-
8, 9
-
b03
-
Not verified
A DESCRIPTION OF THE PROBLEM :
In javax.net.ssl.SSLSession.removeValue(String) method documentation the following sentence "If the bound existing object implements the SessionBindingListener interface, it is notified appropriately" should be replaced by "If the bound existing object implements the SSLSessionBindingListener interface, it is notified appropriately", because in Java API there is no interface named "SessionBindingListener".
URL OF FAULTY DOCUMENTATION :
https://docs.oracle.com/javase/8/docs/api/javax/net/ssl/SSLSession.html#removeValue-java.lang.String-
In javax.net.ssl.SSLSession.removeValue(String) method documentation the following sentence "If the bound existing object implements the SessionBindingListener interface, it is notified appropriately" should be replaced by "If the bound existing object implements the SSLSessionBindingListener interface, it is notified appropriately", because in Java API there is no interface named "SessionBindingListener".
URL OF FAULTY DOCUMENTATION :
https://docs.oracle.com/javase/8/docs/api/javax/net/ssl/SSLSession.html#removeValue-java.lang.String-