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 6029ebaa23 Update valve.xml 6029ebaa23 is described below commit 6029ebaa23009dc4afb322f5128e1e8d0c2dc6ce Author: gohilmca <37513418+gohil...@users.noreply.github.com> AuthorDate: Wed Jun 21 17:40:50 2023 +0530 Update valve.xml this change is with respect to issue #66662 --- webapps/docs/changelog.xml | 6 ++++++ webapps/docs/config/valve.xml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 8feb5ea9b6..a47a8898d1 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -155,6 +155,12 @@ case and add notes on the uses made of the <code>java.io.tmpdir</code> system property. (markt) </add> + <fix> + <bug>66662</bug>: Documentation. Fix a typo in the name of the + <strong>algorithms</strong> attribute in the configuration section for + the Digest authentication valve. Pull request <pr>629</pr> provided by + gohilmca. (markt) + </fix> </changelog> </subsection> <subsection name="Other"> diff --git a/webapps/docs/config/valve.xml b/webapps/docs/config/valve.xml index 4be06d0139..735ffb3190 100644 --- a/webapps/docs/config/valve.xml +++ b/webapps/docs/config/valve.xml @@ -1594,7 +1594,7 @@ <attributes> - <attribute name="algoirthms" required="false"> + <attribute name="algorithms" required="false"> <p>A comma-separated list of digest algorithms to be used for the authentication process. Algorithms may be specified using the Java Standard names or the names used by RFC 7616. If not specified, the --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org