https://bz.apache.org/bugzilla/show_bug.cgi?id=68460

Thomas Fischer <tfisc...@vayusphere.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tfisc...@vayusphere.com

--- Comment #1 from Thomas Fischer <tfisc...@vayusphere.com> ---
Created attachment 39511
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=39511&action=edit
Remove dependency on sun internal ssl provider class

Rather than utilize the internal 'com.sun.net.ssl.internal.ssl.Provider' class,
we defer to the JVM to select the appropriate provider:

final Provider p = SSLContext.getInstance("TLS").getProvider();

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to