This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 1270aec43bec2b1341465281168070105b5c5245 Author: Mark Thomas <[email protected]> AuthorDate: Sun Mar 29 17:55:17 2026 +0100 Fix format --- java/org/apache/coyote/http11/LocalStrings.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/java/org/apache/coyote/http11/LocalStrings.properties b/java/org/apache/coyote/http11/LocalStrings.properties index 2b260aba2e..184ca2e19b 100644 --- a/java/org/apache/coyote/http11/LocalStrings.properties +++ b/java/org/apache/coyote/http11/LocalStrings.properties @@ -23,6 +23,7 @@ abstractHttp11Protocol.upgradeJmxNameFail=Failed to create ObjectName with which abstractHttp11Protocol.upgradeJmxRegistrationFail=Failed to register upgrade protocol in JMX ajpHttpProtocol.deprecated=The HTTP APR Connector is deprecated. It is strongly recommended that the [{0}] Connector configuration is modified to use NIO with HTTP instead. + ajpHttpsProtocol.deprecated=The HTTPS APR Connector is deprecated. It is strongly recommended that the [{0}] Connector configuration is modified to use NIO+JSSE or NIO+OpenSSL (with Tomcat Native 2.0.x) instead. http11processor.fallToDebug=\n\ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
