This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new e5b6556 Remove useless strings e5b6556 is described below commit e5b65565768ab74b563c21be413ad481a9d97512 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