mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-24 16:01:52 +08:00
test: add servlet for Tomcat8
This commit is contained in:
+1
@@ -55,6 +55,7 @@ public class Tomcat8ContainerTest {
|
|||||||
Server server = Server.Tomcat;
|
Server server = Server.Tomcat;
|
||||||
List<String> supportedShellTypes = List.of(
|
List<String> supportedShellTypes = List.of(
|
||||||
ShellType.FILTER,
|
ShellType.FILTER,
|
||||||
|
ShellType.SERVLET,
|
||||||
ShellType.LISTENER,
|
ShellType.LISTENER,
|
||||||
ShellType.VALVE,
|
ShellType.VALVE,
|
||||||
ShellType.WEBSOCKET,
|
ShellType.WEBSOCKET,
|
||||||
|
|||||||
Reference in New Issue
Block a user