Re: Unable to use custom SSLEngine with default TrustManagerFactory after updating to ea20 (and later)

2018-07-17 Thread Norman Maurer
thanks… used the wrong mailing list again :( > On 10. Jul 2018, at 17:57, Alan Bateman wrote: > > Forwarding to security-dev. > > On 10/07/2018 17:47, Norman Maurer wrote: >> Hi all, >> >> I just tried to run netty[1] testsuite with the latest jdk11 EA release (21) >> and saw some

Re: Unable to use custom SSLEngine with default TrustManagerFactory after updating to ea20 (and later)

2018-07-11 Thread Xuelei Fan
It is now tracked in JBS: https://bugs.openjdk.java.net/browse/JDK-8207029 Thanks, Xuelei On 7/10/2018 11:21 PM, Norman Maurer wrote: Submitted it via https://bugreport.java.com. Please let me know once it “transferred” to https://bugs.openjdk.java.net Bye Norman On 10. Jul 2018, at

Re: Unable to use custom SSLEngine with default TrustManagerFactory after updating to ea20 (and later)

2018-07-11 Thread Norman Maurer
Hey Pallavi, Thanks :) I just noticed you will also need to do the instanceof before you cast to SocketImpl in this class. Unfortunately I can not add a comment this issue directly (it seems), so hopefully mention it here is good enough. Bye Norman > On 11. Jul 2018, at 08:54, Pallavi

Re: Unable to use custom SSLEngine with default TrustManagerFactory after updating to ea20 (and later)

2018-07-11 Thread Norman Maurer
Submitted it via https://bugreport.java.com . Please let me know once it “transferred” to https://bugs.openjdk.java.net Bye Norman > On 10. Jul 2018, at 20:26, Norman Maurer wrote: > > Will do tomorrow latest. > > Thanks for

Re: Unable to use custom SSLEngine with default TrustManagerFactory after updating to ea20 (and later)

2018-07-10 Thread Norman Maurer
Will do tomorrow latest. Thanks for the quick reply. Bye Norman > Am 10.07.2018 um 18:53 schrieb Xuelei Fan : > > Hi Norman, > > It's an interesting user case of the TrustManagerFactory. Please file a bug. > > Thanks, > Xuelei > >> On 7/10/2018 9:57 AM, Alan Bateman wrote: >> Forwarding

Re: Unable to use custom SSLEngine with default TrustManagerFactory after updating to ea20 (and later)

2018-07-10 Thread Xuelei Fan
Hi Norman, It's an interesting user case of the TrustManagerFactory. Please file a bug. Thanks, Xuelei On 7/10/2018 9:57 AM, Alan Bateman wrote: Forwarding to security-dev. On 10/07/2018 17:47, Norman Maurer wrote: Hi all, I just tried to run netty[1] testsuite with the latest jdk11 EA

Re: Unable to use custom SSLEngine with default TrustManagerFactory after updating to ea20 (and later)

2018-07-10 Thread Alan Bateman
Forwarding to security-dev. On 10/07/2018 17:47, Norman Maurer wrote: Hi all, I just tried to run netty[1] testsuite with the latest jdk11 EA release (21) and saw some class-cast-exception with our custom SSLEngine implementation Caused by: java.lang.ClassCastException: class