You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2023/06/21 14:17:14 UTC

[tomcat] branch 9.0.x updated: Update valve.xml

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 81dc8d7afc Update valve.xml
81dc8d7afc is described below

commit 81dc8d7afcd7e9ba412e1ccc261f4e7649e4c60e
Author: gohilmca <37...@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 95df3223ec..e28909a12b 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 c796dd0131..d71997d32c 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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org