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:36:14 UTC

[tomcat] branch main 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 main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


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

commit 0b7ae7c344832402ead0181e59632f91d929fe86
Author: Rainer Jung <ra...@kippdata.de>
AuthorDate: Tue Feb 22 17:36:01 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 44a7739..6c6cd6c 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.1.0-M12 (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.1.0-M11 (markt)" rtext="release in progress">
   <subsection name="Catalina">
diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml
index 7a4aa4e..1dd1ee0 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -1591,7 +1591,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