Update tomcat-scripts.yaml

Add websocket url and Orange-Tsai Path Normalization trick
patch-1
un-fmunozs 2020-08-18 23:33:05 -05:00
parent 56c8e9b10d
commit 8f3bcc43fc
1 changed files with 5 additions and 0 deletions

View File

@ -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"