This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new 36f69c8 fixed typos 36f69c8 is described below commit 36f69c83cc0c399cb5d9c1c9745ea456409e4cdd 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 801920a..9760e80 100644 --- a/webapps/docs/config/ajp.xml +++ b/webapps/docs/config/ajp.xml @@ -456,7 +456,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> @@ -466,7 +466,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