This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 9b328a6 Skip setting attribute that is neither supported nor required for APR new c64ccf3 Update tests to use SSLHostConfig for TLS configuration new 973b0a3 Remove support for deprecated TLS configuration style The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../storeconfig/ConnectorStoreAppender.java | 9 +- .../catalina/storeconfig/server-registry.xml | 53 --- .../coyote/http11/AbstractHttp11Protocol.java | 377 --------------------- .../apache/tomcat/util/net/AbstractEndpoint.java | 2 +- .../tomcat/util/net/AbstractJsseEndpoint.java | 2 +- java/org/apache/tomcat/util/net/SSLHostConfig.java | 126 ------- .../coyote/http11/TestAbstractHttp11Protocol.java | 28 -- test/org/apache/tomcat/util/net/TestCustomSsl.java | 35 +- test/org/apache/tomcat/util/net/TesterSupport.java | 49 ++- .../util/net/jsse/TesterBug50640SslImpl.java | 1 - webapps/docs/config/http.xml | 346 ------------------- webapps/docs/ssl-howto.xml | 63 ++-- 12 files changed, 81 insertions(+), 1010 deletions(-) delete mode 100644 test/org/apache/coyote/http11/TestAbstractHttp11Protocol.java --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org