This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push: new fa830c1 fixed typos fa830c1 is described below commit fa830c1b004e2f58b7850f5787012ad8b17d9e14 Author: Olaf Kock <git...@olafkock.de> AuthorDate: Thu Feb 13 11:42:05 2020 +0100 fixed typos --- webapps/docs/config/ajp.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/webapps/docs/config/ajp.xml b/webapps/docs/config/ajp.xml index a3bcb62..b3dd171 100644 --- a/webapps/docs/config/ajp.xml +++ b/webapps/docs/config/ajp.xml @@ -452,7 +452,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> @@ -462,7 +462,8 @@ <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>. - </p> + This attribute should only be set to <code>false</code> when the + Connector is used on a trusted network.</p> </attribute> <attribute name="tcpNoDelay" required="false"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org