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

markt-asf pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit b7855d95ef55185b63a36ad5a78b37e0bad2bca3
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Apr 30 17:05:23 2026 +0100

    Fix ordering
---
 java/org/apache/coyote/http2/LocalStrings.properties    | 2 +-
 java/org/apache/tomcat/util/net/LocalStrings.properties | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/coyote/http2/LocalStrings.properties 
b/java/org/apache/coyote/http2/LocalStrings.properties
index 4934f9957e..5f58bf875f 100644
--- a/java/org/apache/coyote/http2/LocalStrings.properties
+++ b/java/org/apache/coyote/http2/LocalStrings.properties
@@ -97,9 +97,9 @@ stream.header.contentLength=Connection [{0}], Stream [{1}], 
The content length h
 stream.header.debug=Connection [{0}], Stream [{1}], HTTP header [{2}], Value 
[{3}]
 stream.header.duplicate=Connection [{0}], Stream [{1}], received multiple 
[{2}] headers
 stream.header.empty=Connection [{0}], Stream [{1}], Invalid empty header name
-stream.header.invalidConnect=Connection [{0}], Stream [{1}], The CONNECT 
request was invalid as neither :scheme nor :path should be present
 stream.header.inconsistentScheme=Connection [{0}], Stream [{1}], The scheme 
[{2}] is not consistent with the TLS enabled setting of [{3}]
 stream.header.invalid=Connection [{0}], Stream [{1}], The header [{2}] 
contained invalid value [{3}]
+stream.header.invalidConnect=Connection [{0}], Stream [{1}], The CONNECT 
request was invalid as neither :scheme nor :path should be present
 stream.header.noPath=Connection [{0}], Stream [{1}], The [:path] pseudo header 
was empty
 stream.header.required=Connection [{0}], Stream [{1}], One or more required 
headers was missing
 stream.header.te=Connection [{0}], Stream [{1}], HTTP header [te] is not 
permitted to have the value [{2}] in an HTTP/2 request
diff --git a/java/org/apache/tomcat/util/net/LocalStrings.properties 
b/java/org/apache/tomcat/util/net/LocalStrings.properties
index 2853a96a43..d012860dca 100644
--- a/java/org/apache/tomcat/util/net/LocalStrings.properties
+++ b/java/org/apache/tomcat/util/net/LocalStrings.properties
@@ -29,6 +29,7 @@ channel.nio.ssl.expandNetInBuffer=Expanding network input 
buffer to [{0}] bytes
 channel.nio.ssl.expandNetOutBuffer=Expanding network output buffer to [{0}] 
bytes
 channel.nio.ssl.foundHttp=Found an plain text HTTP request on what should be 
an encrypted TLS connection
 channel.nio.ssl.handshakeError=Handshake error
+channel.nio.ssl.handshakeUnwrapBufferUnderflow=BUFFER_UNDERFLOW during 
handshake unwrap, more data needed from the network
 channel.nio.ssl.handshakeWrapPending=There is already handshake data waiting 
to be wrapped
 channel.nio.ssl.handshakeWrapQueueTooLong=The queue of handshake data to be 
wrapped has grown too long
 channel.nio.ssl.incompleteHandshake=Handshake incomplete, you must complete 
handshake before reading data.
@@ -47,7 +48,6 @@ channel.nio.ssl.unexpectedStatusDuringWrap=Unexpected status 
[{0}] during handsh
 channel.nio.ssl.unwrapFail=Unable to unwrap data, invalid status [{0}]
 channel.nio.ssl.unwrapFailResize=Unable to unwrap data because buffer is too 
small, invalid status [{0}]
 channel.nio.ssl.wrapFail=Unable to wrap data, invalid status [{0}]
-channel.nio.ssl.handshakeUnwrapBufferUnderflow=BUFFER_UNDERFLOW during 
handshake unwrap, more data needed from the network
 
 endpoint.accept.fail=Socket accept failed
 endpoint.alpn.fail=Failed to configure endpoint for ALPN using [{0}]


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

Reply via email to