Author: fschumacher Date: Wed Jun 22 19:32:40 2016 New Revision: 1749763 URL: http://svn.apache.org/viewvc?rev=1749763&view=rev Log: Use the correct attribute name 'defaultSSLHostConfigName' in the documentation for http connector
Modified: tomcat/trunk/webapps/docs/config/http.xml Modified: tomcat/trunk/webapps/docs/config/http.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/http.xml?rev=1749763&r1=1749762&r2=1749763&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/http.xml (original) +++ tomcat/trunk/webapps/docs/config/http.xml Wed Jun 22 19:32:40 2016 @@ -1026,7 +1026,7 @@ <p>Each secure connector must define at least one <strong>SSLHostConfig</strong>. The names of the <strong>SSLHostConfig</strong> elements must be unique and one of them must - match the <code>sslDefaultHost</code> attribute of the + match the <code>defaultSSLHostConfigName</code> attribute of the <strong>Connector</strong>.</p> <p>Each <strong>SSLHostConfig</strong> must in turn define at least one @@ -1036,9 +1036,9 @@ <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>sslDefaultHost</code>. Note that if an explicit + for the <code>defaultSSLHostConfigName</code>. Note that if an explicit <strong>SSLHostConfig</strong> element also exists for the - <code>sslDefaultHost</code> then that will be treated as a configuration + <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> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org