You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
It's not possible to have a SniX509ExtendedKeyManager without a SslContextFactory$Server, so the following constructor (where argument 2 is null) should be deprecated in Jetty 9.4.x and removed in Jetty 10.0.x
The text was updated successfully, but these errors were encountered:
joakime
changed the title
Deprecate SniX509ExtendedKeyManager constructor without SslContextFactory
Deprecate SniX509ExtendedKeyManager constructor without SslContextFactory$Server
Nov 18, 2019
Jetty version
Jetty 9.4.22
Description
It's not possible to have a
SniX509ExtendedKeyManager
without aSslContextFactory$Server
, so the following constructor (where argument 2 is null) should be deprecated in Jetty 9.4.x and removed in Jetty 10.0.xhttps://github.com/eclipse/jetty.project/blob/bf2482a7ea55a835788ab4d6ff3643b63b0b0ca8/jetty-util/src/main/java/org/eclipse/jetty/util/ssl/SniX509ExtendedKeyManager.java#L53-L56
The text was updated successfully, but these errors were encountered: