mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-20 13:47:53 +00:00
Made TRUST_ALL_CERTS implement X509ExtendedTrustManager, so that it does not get wrapped in sun.security.ssl.AbstractTrustManagerWrapper, which performs additional trust checks. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>