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:57 UTC

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

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

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


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

commit 3cd91f9f87e256162d8de6b09806b945292fe477
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 932e42fa10..751a70e277 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 c2f27691e1..18fa9cddd7 100644
--- a/webapps/docs/config/valve.xml
+++ b/webapps/docs/config/valve.xml
@@ -1593,7 +1593,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