You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2022/02/22 16:38:40 UTC

[tomcat] branch 10.0.x updated: Fix copy-and-paste error in new OpenSSLConfCmd docs.

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

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


The following commit(s) were added to refs/heads/10.0.x by this push:
     new 8b01f96  Fix copy-and-paste error in new OpenSSLConfCmd docs.
8b01f96 is described below

commit 8b01f9642675dfccf532977c53a39af15919b4fe
Author: Rainer Jung <ra...@kippdata.de>
AuthorDate: Tue Feb 22 17:38:24 2022 +0100

    Fix copy-and-paste error in new OpenSSLConfCmd docs.
---
 webapps/docs/changelog.xml   | 8 ++++++++
 webapps/docs/config/http.xml | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 844042b..7c750e6 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -105,6 +105,14 @@
   issues do not "pop up" wrt. others).
 -->
 <section name="Tomcat 10.0.18 (markt)" rtext="in development">
+  <subsection name="Web applications">
+    <changelog>
+      <fix>
+        Correct the name of the <code>value</code> attribute in the new
+        documentation of <code>OpenSSLConfCmd</code> elements. (rjung)
+      </fix>
+    </changelog>
+  </subsection>
 </section>
 <section name="Tomcat 10.0.17 (markt)" rtext="release in progress">
   <subsection name="Catalina">
diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml
index deccaac..6a7c2f7 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -1684,7 +1684,7 @@
       <p>The name of the configuration file command.</p>
     </attribute>
 
-    <attribute name="name" required="false">
+    <attribute name="value" required="false">
       <p>The value to use for the configuration file command.</p>
     </attribute>
 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org