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

markt 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 ef4db99cbc Fix typo
ef4db99cbc is described below

commit ef4db99cbc9cd59df871ec53e20b537787d8c815
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Apr 8 16:36:03 2026 +0100

    Fix typo
---
 java/org/apache/coyote/http2/LocalStrings.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/coyote/http2/LocalStrings.properties 
b/java/org/apache/coyote/http2/LocalStrings.properties
index 4a965cb3a5..a1faf84a1c 100644
--- a/java/org/apache/coyote/http2/LocalStrings.properties
+++ b/java/org/apache/coyote/http2/LocalStrings.properties
@@ -103,7 +103,7 @@ stream.header.required=Connection [{0}], Stream [{1}], One 
or more required head
 stream.header.te=Connection [{0}], Stream [{1}], HTTP header [te] is not 
permitted to have the value [{2}] in an HTTP/2 request
 stream.header.unexpectedPseudoHeader=Connection [{0}], Stream [{1}], Pseudo 
header [{2}] received after a regular header
 stream.header.unknownPseudoHeader=Connection [{0}], Stream [{1}], Unknown 
pseudo header [{2}] received
-stream.host.inconsistent=Connection [{0}], Stream [{1}], The header host 
header [{2}] is inconsistent with previously provided values for host [{3}] 
and/or port [{4}]
+stream.host.inconsistent=Connection [{0}], Stream [{1}], The host header [{2}] 
is inconsistent with previously provided values for host [{3}] and/or port [{4}]
 stream.host.sni=Connection [{0}], Stream [{1}], The host header [{2}] does not 
match the SNI host [{3}]
 stream.inputBuffer.copy=Copying [{0}] bytes from inBuffer to outBuffer
 stream.inputBuffer.dispatch=Data added to inBuffer when read interest is 
registered. Triggering a read dispatch


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to