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 807f913 Add comment to aid future diagnostics
807f913 is described below
commit 807f9132a848396e90547b027844dd329259f1ce
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Aug 27 20:51:57 2020 +0100
Add comment to aid future diagnostics
---
test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java
b/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java
index 993eca7..7dc5f4c 100644
--- a/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java
+++ b/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java
@@ -122,6 +122,7 @@ public class TestWebSocketFrameClient extends
WebSocketBaseTest {
try {
echoTester("",null);
echoTester("/",null);
+ // This will trigger a redirect so there will be 5 requests logged
echoTester("/foo",null);
echoTester("/foo/",null);
} finally {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]