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

remm pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.1.x by this push:
     new 9cae6439d4 Add missing string
9cae6439d4 is described below

commit 9cae6439d417acb7d5d5336d727146ba16ba81fb
Author: remm <[email protected]>
AuthorDate: Thu Sep 4 17:10:49 2025 +0200

    Add missing string
---
 java/org/apache/tomcat/util/net/LocalStrings.properties | 1 +
 1 file changed, 1 insertion(+)

diff --git a/java/org/apache/tomcat/util/net/LocalStrings.properties 
b/java/org/apache/tomcat/util/net/LocalStrings.properties
index 03b077538a..d3e98da147 100644
--- a/java/org/apache/tomcat/util/net/LocalStrings.properties
+++ b/java/org/apache/tomcat/util/net/LocalStrings.properties
@@ -73,6 +73,7 @@ endpoint.err.close=Caught exception trying to close socket
 endpoint.err.duplicateAccept=Duplicate socket accept detected. This is a known 
Linux kernel bug. The original connection has been processed normally and the 
duplicate has been ignored. The client should be unaffected. Updating the OS to 
a version that uses kernel 5.10 or later should fix the duplicate accept bug.
 endpoint.err.handshake=Handshake failed for client connection from IP address 
[{0}] and port [{1}]
 endpoint.err.unexpected=Unexpected error processing socket
+endpoint.errorCreatingSSLContext=Error creating SSLContext
 endpoint.executor.fail=Executor rejected socket [{0}] for processing
 endpoint.getAttribute=[{0}] is [{1}]
 endpoint.init.bind=Socket bind failed: [{0}] [{1}]


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

Reply via email to