Skip to content

Demonstrates a potential bug in Java 11's SSLContextImpl

Notifications You must be signed in to change notification settings

ogolberg/java-11-sslcontextimpl-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java 11 SSLContextImpl

This project demonstrates a change in SSLContextImpl's behavior introduced in Java 11.

On Java 10-, SSLContextImpl rethrows a SocketException.

On Java 11, SSLContextImpl wraps a SocketException in an SSLException, typically an SSLProtocolException.

SSLContextImplIntegrationTest passes on Java 10- and fails on Java 11.

About

Demonstrates a potential bug in Java 11's SSLContextImpl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published