Skip to content

Commit

Permalink
Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
rmaucher committed Dec 21, 2021
1 parent ec03e1e commit 0894720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapps/docs/web-socket-howto.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0894720

Please sign in to comment.