This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new e950a87 Add comment to aid future diagnostics
e950a87 is described below
commit e950a87188cab13dcb73f85cc57f707f512dea75
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 07145a9..e2c3e4d 100644
--- a/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java
+++ b/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java
@@ -125,6 +125,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]