This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit a63e64836b6278b909929209a143d1072af5262c Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Mar 2 10:45:46 2023 +0000 Alphabetical order --- java/org/apache/tomcat/util/net/LocalStrings.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/tomcat/util/net/LocalStrings.properties b/java/org/apache/tomcat/util/net/LocalStrings.properties index 4405b62e53..6b466f3078 100644 --- a/java/org/apache/tomcat/util/net/LocalStrings.properties +++ b/java/org/apache/tomcat/util/net/LocalStrings.properties @@ -52,8 +52,8 @@ endpoint.apr.errApplyConf=Could not apply OpenSSLConf to SSL context endpoint.apr.errCheckConf=Error during OpenSSLConf check endpoint.apr.errMakeConf=Could not create OpenSSLConf context 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.keyManagerError=Unable to construct Java KeyManager for provided TLS key endpoint.apr.invalidSslProtocol=An invalid value [{0}] was provided for the SSLProtocol attribute +endpoint.apr.keyManagerError=Unable to construct Java KeyManager for provided TLS key endpoint.apr.maxConnections.running=The APR endpoint does not support the setting of maxConnections while it is running. The existing value of [{0}] will continue to be used. endpoint.apr.maxConnections.unlimited=The APR endpoint does not support unlimited connections. The existing value of [{0}] will continue to be used. endpoint.apr.noSendfileWithSSL=Sendfile is not supported for the APR/native connector when SSL is enabled --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org