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
The following commit(s) were added to refs/heads/9.0.x by this push: new d34cc7f087 Align with 10.1.x d34cc7f087 is described below commit d34cc7f0877f959f3526563a862676019400837c Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Mar 8 19:05:01 2023 +0000 Align with 10.1.x --- java/org/apache/tomcat/websocket/AsyncChannelWrapperSecure.java | 1 + 1 file changed, 1 insertion(+) diff --git a/java/org/apache/tomcat/websocket/AsyncChannelWrapperSecure.java b/java/org/apache/tomcat/websocket/AsyncChannelWrapperSecure.java index 085e05cbe0..6e6888494f 100644 --- a/java/org/apache/tomcat/websocket/AsyncChannelWrapperSecure.java +++ b/java/org/apache/tomcat/websocket/AsyncChannelWrapperSecure.java @@ -388,6 +388,7 @@ public class AsyncChannelWrapperSecure implements AsyncChannelWrapper { break; } case NOT_HANDSHAKING: { + // Don't expect to see this during a handshake throw new SSLException(sm.getString("asyncChannelWrapperSecure.notHandshaking")); } } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org