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 0894720 Checkstyle
0894720 is described below
commit 08947203ce75072df68f3a7ef87e3a581314310f
Author: remm <[email protected]>
AuthorDate: Tue Dec 21 23:24:37 2021 +0100
Checkstyle
---
webapps/docs/web-socket-howto.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webapps/docs/web-socket-howto.xml
b/webapps/docs/web-socket-howto.xml
index b6ea851..927777f 100644
--- a/webapps/docs/web-socket-howto.xml
+++ b/webapps/docs/web-socket-howto.xml
@@ -116,7 +116,7 @@
<p>When using the WebSocket client to connect to secure server endpoints, the
client SSL configuration should be configured via
<code>jakarta.websocket.ClientEndpointConfig.getSSLContext()</code>. Tomcat
- 10.1.x still supports the pre-WebSocket 2.1 configuration method where TLS
+ 10.1.x still supports the pre-WebSocket 2.1 configuration method where TLS
configuration was via the <code>userProperties</code> of the provided
<code>jakarta.websocket.ClientEndpointConfig</code>. However, this approach
is deprecated and will be removed in Tomcat 11. The following user
properties
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]