test: add servlet for Tomcat8

This commit is contained in:
ReaJason
2025-06-07 13:31:18 +08:00
parent 453ef58b15
commit b6ba3c632a
@@ -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,