This is an automated email from the ASF dual-hosted git repository. rjung 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 7d12c0c Fix copy-and-paste error in new OpenSSLConfCmd docs. 7d12c0c is described below commit 7d12c0cf6a95db4eaae79ca0d9dae39fd2a9642f Author: Rainer Jung <rainer.j...@kippdata.de> AuthorDate: Tue Feb 22 17:39:53 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 294fcef..9a6016e 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 9.0.60 (remm)" 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 9.0.59 (remm)" rtext="in progress"> <subsection name="Catalina"> diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml index cf2d392..06b27cb 100644 --- a/webapps/docs/config/http.xml +++ b/webapps/docs/config/http.xml @@ -1690,7 +1690,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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org