Re: An Unexpected I/O exception with AsyncHttpClient while performing SSL requests

2016-12-23 Thread dalibor topic
On 21.12.2016 20:43, Shlomi Abramoviz wrote: Also, is there any other place you know where I could get help about this topic? If your question is about the Oracle JDK, you can try https://community.oracle.com/community/java . If it's about an OpenJDK build provided by a third party, you can

Re: Code Review Request JDK-8129988 JSSE should create a single instance of the cacerts KeyStore

2016-12-23 Thread Sean Mullan
On 12/22/16 2:52 PM, Xuelei Fan wrote: updated: http://cr.openjdk.java.net/~xuelei/8129988/webrev.02/ I think there are still some race conditions. For example: 264 TrustStoreDescriptor temporaryDesc = this.descriptor; 265 KeyStore cachedKeyStore = ksRef.get(); 266