From 8f3bcc43fca122d32dd4f57b58875b4e0eeb9b90 Mon Sep 17 00:00:00 2001 From: un-fmunozs Date: Tue, 18 Aug 2020 23:33:05 -0500 Subject: [PATCH] Update tomcat-scripts.yaml Add websocket url and Orange-Tsai Path Normalization trick --- files/tomcat-scripts.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/files/tomcat-scripts.yaml b/files/tomcat-scripts.yaml index c12d000cf2..a0210c9408 100644 --- a/files/tomcat-scripts.yaml +++ b/files/tomcat-scripts.yaml @@ -10,9 +10,14 @@ requests: path: - "{{BaseURL}}/examples/servlets/index.html" - "{{BaseURL}}/examples/jsp/index.html" + - "{{BaseURL}}/examples/websocket/index.xhtml" + - "{{BaseURL}}/..;/examples/servlets/index.html" + - "{{BaseURL}}/..;/examples/jsp/index.html" + - "{{BaseURL}}/..;/examples/websocket/index.xhtml" matchers: - type: word words: - "JSP Examples" - "JSP Samples" - "Servlets Examples" + - "WebSocket Examples"