This is an automated email from the ASF dual-hosted git repository. kkolinko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git
The following commit(s) were added to refs/heads/master by this push: new 83dc3e4 Update documentation reference to secret attribute of Tomcat AJP Connector, following up to its rename in recent versions of Tomcat. 83dc3e4 is described below commit 83dc3e486509cf63b0c478b46d75b4b886088652 Author: Konstantin Kolinko <kkoli...@apache.org> AuthorDate: Tue Feb 18 15:16:09 2020 +0300 Update documentation reference to secret attribute of Tomcat AJP Connector, following up to its rename in recent versions of Tomcat. --- xdocs/reference/workers.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/xdocs/reference/workers.xml b/xdocs/reference/workers.xml index d17c7e4..039469b 100644 --- a/xdocs/reference/workers.xml +++ b/xdocs/reference/workers.xml @@ -974,9 +974,10 @@ This feature has been added in <b>jk 1.2.38</b>. You can set a secret keyword on the Tomcat AJP Connector. Then only requests from workers with the same secret keyword will be accepted. <p> -Use <b>request.secret="secret key word"</b> in your Tomcat AJP Connector -configuration in Tomcat 5.5 or 6.0 and <b>requiredSecret="secret key word"</b> -in Tomcat 7.0 onwards. +Use attribute <b>secret="secret key word"</b> in your Tomcat AJP Connector configuration. +(Historical note: the attribute name was <b>requiredSecret</b> in Tomcat +9.0, 8.x, 7.0 versions released earlier than February 2020, +<b>request.secret</b> in Tomcat 6.0 and earlier.) </p> <p> If you set a secret on a load balancer, all its members will inherit this secret. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org