This is an automated email from the ASF dual-hosted git repository. remm 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 6a6acf7 Remove useless strings 6a6acf7 is described below commit 6a6acf7f062dc8a64ce3315ddf1f3d28b5c46916 Author: remm <r...@apache.org> AuthorDate: Thu May 27 10:18:13 2021 +0200 Remove useless strings --- java/org/apache/tomcat/util/net/LocalStrings.properties | 5 ----- 1 file changed, 5 deletions(-) diff --git a/java/org/apache/tomcat/util/net/LocalStrings.properties b/java/org/apache/tomcat/util/net/LocalStrings.properties index b1e5c2a..f3f1619 100644 --- a/java/org/apache/tomcat/util/net/LocalStrings.properties +++ b/java/org/apache/tomcat/util/net/LocalStrings.properties @@ -142,11 +142,6 @@ endpoint.warn.noRemotePort=Unable to determine remote port for socket [{0}] endpoint.warn.noUtilityExecutor=No utility executor was set, creating one endpoint.warn.unlockAcceptorFailed=Acceptor thread [{0}] failed to unlock. Forcing hard socket shutdown. -nioBlockingSelector.keyNotRegistered=Key no longer registered -nioBlockingSelector.possibleLeak=Possible key leak, cancelling key in the finalizer -nioBlockingSelector.processingError=Error processing selection key operations -nioBlockingSelector.selectError=Error selecting key - sniExtractor.clientHelloInvalid=The ClientHello message was not correctly formatted sniExtractor.clientHelloTooBig=The ClientHello was not presented in a single TLS record so no SNI information could be extracted sniExtractor.tooEarly=It is illegal to call this method before the client hello has been parsed --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org