Author: markt Date: Thu Aug 4 19:52:13 2016 New Revision: 1755227 URL: http://svn.apache.org/viewvc?rev=1755227&view=rev Log: Correct the name of the truststorePassword attribute of the SSLHostConfig element in the configuration documentation.
Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/docs/config/http.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1755227&r1=1755226&r2=1755227&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Thu Aug 4 19:52:13 2016 @@ -146,6 +146,12 @@ application to make clearer that the host name and IP address in the server section are the primary host name and IP address. (markt) </fix> + <fix> + <bug>59940</bug>: Correct the name of the + <code>truststorePassword</code> attribute of the + <code>SSLHostConfig</code> element in the configuration documentation. + (markt) + </fix> </changelog> </subsection> <subsection name="jdbc-pool"> Modified: tomcat/trunk/webapps/docs/config/http.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/http.xml?rev=1755227&r1=1755226&r2=1755227&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/http.xml (original) +++ tomcat/trunk/webapps/docs/config/http.xml Thu Aug 4 19:52:13 2016 @@ -1237,7 +1237,7 @@ used for this attribute.</p> </attribute> - <attribute name="truststorePass" required="false"> + <attribute name="truststorePassword" required="false"> <p>JSSE only.</p> <p>The password to access the trust store. The default is the value of the <code>javax.net.ssl.trustStorePassword</code> system property. If that @@ -1551,7 +1551,7 @@ </attribute> <attribute name="truststorePass" required="false"> - <p>This is an alias for the <code>truststorePass</code> attribute of + <p>This is an alias for the <code>truststorePassword</code> attribute of the default <a href="#SSL_Support_-_SSLHostConfig">SSLHostConfig</a> element.</p> </attribute> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org