Issue #4385 - Client no longer needs override.
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
816e34bddf
commit
5b1f9d5f15
|
@ -2185,13 +2185,6 @@ public class SslContextFactory extends AbstractLifeCycle implements Dumpable
|
|||
checkEndPointIdentificationAlgorithm();
|
||||
super.checkConfiguration();
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
protected X509ExtendedKeyManager newSniX509ExtendedKeyManager(X509ExtendedKeyManager keyManager)
|
||||
{
|
||||
// Overriding base implementation, as this context should have no WARN message.
|
||||
return keyManager;
|
||||
}
|
||||
}
|
||||
|
||||
@ManagedObject
|
||||
|
|
Loading…
Reference in New Issue