This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new f008deb fixed typos f008deb is described below commit f008deb07972a79e34887ebc9d5fa492bb0673b8 Author: Olaf Kock <git...@olafkock.de> AuthorDate: Thu Feb 13 11:42:05 2020 +0100 fixed typos --- webapps/docs/config/ajp.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapps/docs/config/ajp.xml b/webapps/docs/config/ajp.xml index 9b3f78e..9332f16 100644 --- a/webapps/docs/config/ajp.xml +++ b/webapps/docs/config/ajp.xml @@ -465,7 +465,7 @@ <attribute name="secret" required="false"> <p>Only requests from workers with this secret keyword will be accepted. - The default value is <code>null</code>. This attrbute must be specified + The default value is <code>null</code>. This attribute must be specified with a non-null, non-zero length value unless <strong>secretRequired</strong> is explicitly configured to be <code>false</code>.</p> @@ -475,7 +475,7 @@ <p>If this attribute is <code>true</code>, the AJP Connector will only start if the <strong>secret</strong> attribute is configured with a non-null, non-zero length value. The default value is <code>true</code>. - This attributue should only be set to <code>false</code> when the + This attribute should only be set to <code>false</code> when the Connector is used on a trusted network.</p> </attribute> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org