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

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


The following commit(s) were added to refs/heads/11.0.x by this push:
     new 8892ed7478 Alphabetical ordering
8892ed7478 is described below

commit 8892ed7478ebf9f4c9a0840c3b9abf1c89160d7e
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Sep 8 14:08:31 2026 +0100

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

diff --git a/java/org/apache/tomcat/util/net/LocalStrings.properties 
b/java/org/apache/tomcat/util/net/LocalStrings.properties
index 4c36ce230a..bafc304ace 100644
--- a/java/org/apache/tomcat/util/net/LocalStrings.properties
+++ b/java/org/apache/tomcat/util/net/LocalStrings.properties
@@ -51,8 +51,8 @@ channel.nio.ssl.wrapFail=Unable to wrap data, invalid status 
[{0}]
 
 endpoint.accept.fail=Socket accept failed
 endpoint.alpn.fail=Failed to configure endpoint for ALPN using [{0}]
-endpoint.alpn.tooLong=The negotiated protocol name [{0}] is too long (more 
than 255 bytes)
 endpoint.alpn.negotiated=Negotiated [{0}] protocol using ALPN
+endpoint.alpn.tooLong=The negotiated protocol name [{0}] is too long (more 
than 255 bytes)
 endpoint.apr.failSslContextMake=Unable to create SSLContext. Check that 
SSLEngine is enabled in the AprLifecycleListener, the AprLifecycleListener has 
initialised correctly and that a valid SSLProtocol has been specified
 endpoint.apr.invalidSslProtocol=An invalid value [{0}] was provided for the 
SSLProtocol attribute
 endpoint.debug.channelCloseFail=Failed to close channel
diff --git a/java/org/apache/tomcat/websocket/LocalStrings.properties 
b/java/org/apache/tomcat/websocket/LocalStrings.properties
index 6b9e347fbf..96f70cc320 100644
--- a/java/org/apache/tomcat/websocket/LocalStrings.properties
+++ b/java/org/apache/tomcat/websocket/LocalStrings.properties
@@ -140,8 +140,8 @@ wsWebSocketContainer.connect.write=Writing the HTTP upgrade 
request from buffer
 wsWebSocketContainer.defaultConfiguratorFail=Failed to create the default 
configurator
 wsWebSocketContainer.failedAuthentication=Failed to handle HTTP response code 
[{0}]. [{1}] header was not accepted by server.
 wsWebSocketContainer.httpRequestFailed=The HTTP request to initiate the 
WebSocket connection to [{0}] failed
-wsWebSocketContainer.invalidExtensionsHeader=The server sent an invalid 
extension header
 wsWebSocketContainer.invalidExtensionParameters=The server responded with 
extension parameters the client is unable to support
+wsWebSocketContainer.invalidExtensionsHeader=The server sent an invalid 
extension header
 wsWebSocketContainer.invalidHeader=Unable to parse HTTP header as no colon is 
present to delimit header name and header value in [{0}]. The header has been 
skipped.
 wsWebSocketContainer.invalidStatus=The HTTP response from the server [{0}] did 
not permit the HTTP upgrade to WebSocket
 wsWebSocketContainer.invalidSubProtocol=The WebSocket server returned multiple 
values for the Sec-WebSocket-Protocol header


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

Reply via email to