Update tomcat-scripts.yaml
Add websocket url and Orange-Tsai Path Normalization trickpatch-1
parent
56c8e9b10d
commit
8f3bcc43fc
|
@ -10,9 +10,14 @@ requests:
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/examples/servlets/index.html"
|
- "{{BaseURL}}/examples/servlets/index.html"
|
||||||
- "{{BaseURL}}/examples/jsp/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:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- "JSP Examples"
|
- "JSP Examples"
|
||||||
- "JSP Samples"
|
- "JSP Samples"
|
||||||
- "Servlets Examples"
|
- "Servlets Examples"
|
||||||
|
- "WebSocket Examples"
|
||||||
|
|
Loading…
Reference in New Issue