test: not support obfuscation for jetty suo5 filter

This commit is contained in:
ReaJason
2025-03-30 15:33:31 +08:00
parent 0cb8dad52a
commit d54bd801ab
4 changed files with 12 additions and 2 deletions
@@ -238,6 +238,9 @@ public class ShellAssertionTool {
if (ShellTool.NeoreGeorg.equals(shellTool)) {
shellConfig.setObfuscate(false);
}
if (Server.Jetty.equals(server) && ShellType.FILTER.equals(shellType) && ShellTool.Suo5.equals(shellTool)) {
shellConfig.setObfuscate(false);
}
ShellToolConfig shellToolConfig = null;
String uniqueName = shellTool + RandomStringUtils.randomAlphabetic(5) + shellType + RandomStringUtils.randomAlphabetic(5) + packer.name();