On 9/30/2015 9:44 PM, Sean Mullan wrote:
> On 9/29/15 10:33 PM, Xuelei Fan wrote:
>> private synchronized static KeyStore getDefaultCacertsKeyStore()
>>
>>
>> ---
>> private synchronized static KeyStore getDefaultCacertsKe
On 9/29/15 10:33 PM, Xuelei Fan wrote:
private synchronized static KeyStore getDefaultCacertsKeyStore()
---
private synchronized static KeyStore getDefaultCacertsKeyStore(
String javaHome, S
private synchronized static KeyStore getDefaultCacertsKeyStore()
---
private synchronized static KeyStore getDefaultCacertsKeyStore(
String javaHome, String type,
St
Please review this fix to modify the TrustManagerFactory implementation
to create a single instance of the cacerts or jssecacerts KeyStore. This
significantly improves performance in a multithreaded environment.
The code has been refactored a bit to move common code into a few
private methods.