This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new c6e0e9ce40 Remove note discussing deprecated and removed configuration
options
c6e0e9ce40 is described below
commit c6e0e9ce404f6f5bb964a77bce1e42e7c99b73f5
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Jun 13 16:31:32 2022 +0100
Remove note discussing deprecated and removed configuration options
---
webapps/docs/config/http.xml | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml
index 7eb6a727d4..1cee41818e 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -1155,15 +1155,6 @@
<strong>Certificate</strong>. The types of the <strong>Certificate</strong>s
must be unique.</p>
- <p>As of Tomcat 8.5, the majority of the SSL configuration attributes in the
- <strong>Connector</strong> are deprecated. If specified, they will be used to
- configure a <strong>SSLHostConfig</strong> and <strong>Certificate</strong>
- for the <code>defaultSSLHostConfigName</code>. Note that if an explicit
- <strong>SSLHostConfig</strong> element also exists for the
- <code>defaultSSLHostConfigName</code> then that will be treated as a
configuration
- error. It is expected that Tomcat 10 will drop support for the SSL
- configuration attributes in the <strong>Connector</strong>.</p>
-
<p>In addition to the standard TLS related request attributes defined in
section 3.10 of the Servlet specification, Tomcat supports a number of
additional TLS related attributes. The full list may be found in the <a
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]