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 2022/03/10 09:07:56 UTC

[tomcat] branch 10.0.x updated: Fix typos. Thanks to Thomas Hoffmann.

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

markt 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 b031ef8  Fix typos. Thanks to Thomas Hoffmann.
b031ef8 is described below

commit b031ef855ef8c16a6066f07ded32e741047da645
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Mar 10 08:45:41 2022 +0000

    Fix typos. Thanks to Thomas Hoffmann.
---
 .../catalina/connector/LocalStrings_de.properties       |  2 +-
 webapps/docs/changelog.xml                              | 17 +++++++++++++++++
 webapps/docs/config/http2.xml                           |  2 +-
 3 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/catalina/connector/LocalStrings_de.properties b/java/org/apache/catalina/connector/LocalStrings_de.properties
index 94f6405..0478fd4 100644
--- a/java/org/apache/catalina/connector/LocalStrings_de.properties
+++ b/java/org/apache/catalina/connector/LocalStrings_de.properties
@@ -21,6 +21,6 @@ coyoteConnector.invalidPort=Der Konnektor kann nicht starten, da der als Port an
 coyoteConnector.protocolHandlerStartFailed=Der Start des Protokoll-Handlers ist fehlgeschlagen
 
 coyoteRequest.filterAsyncSupportUnknown=Es konnte nicht ermittelt werden ob einer der Filter asyncrone Bearbeitung nicht unterstützt
-coyoteRequest.gssLifetimeFail=Die verbleibende Lebenzeit für den Principal [{0}] konnte nicht ermittelt werden.
+coyoteRequest.gssLifetimeFail=Die verbleibende Lebenszeit für den Principal [{0}] konnte nicht ermittelt werden.
 
 responseFacade.nullResponse=Das Response Objekt ist wiederverwendet worden und nicht mehr mit der Facade verknüpft.
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index c29c535..f01933d 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -105,6 +105,23 @@
   issues do not "pop up" wrt. others).
 -->
 <section name="Tomcat 10.0.19 (markt)" rtext="in development">
+  <subsection name="Web applications">
+    <changelog>
+      <fix>
+        <bug>65947</bug>: Correct the name of HTTP/1.1 configuration property
+        (<code>maxHttpHeaderSize</code>) that is inherited by the HTTP/2 upgrade
+        protocol. Thanks to Thomas Hoffmann. (markt)
+      </fix>
+    </changelog>
+  </subsection>
+  <subsection name="Other">
+    <changelog>
+      <fix>
+        Correct a spelling mistake in the German translations. Thanks to Thomas
+        Hoffmann. (markt)
+      </fix>
+    </changelog>
+  </subsection>
 </section>
 <section name="Tomcat 10.0.18 (markt)" rtext="release in progress">
   <subsection name="Catalina">
diff --git a/webapps/docs/config/http2.xml b/webapps/docs/config/http2.xml
index fc41e4a..b6172ff 100644
--- a/webapps/docs/config/http2.xml
+++ b/webapps/docs/config/http2.xml
@@ -216,7 +216,7 @@
     <li>compression</li>
     <li>compressionMinSize</li>
     <li>maxCookieCount</li>
-    <li>maxHeaderSize</li>
+    <li>maxHttpHeaderSize</li>
     <li>maxParameterCount</li>
     <li>maxPostSize</li>
     <li>maxSavePostSize</li>

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