mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
fix: wrong jetty handler will disrupt service
This commit is contained in:
+1
-1
@@ -85,6 +85,6 @@ public class Jetty12ee10ContainerTest {
|
||||
ShellType.JAKARTA_HANDLER})
|
||||
void testProbeInject(String shellType) {
|
||||
String url = getUrl(container);
|
||||
ShellAssertion.testProbeInject(url, Server.Jetty, "7+", shellType, Opcodes.V17);
|
||||
ShellAssertion.testProbeInject(url, Server.Jetty, "12", shellType, Opcodes.V17);
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -86,6 +86,6 @@ public class Jetty12ee11ContainerTest {
|
||||
ShellType.JAKARTA_HANDLER})
|
||||
void testProbeInject(String shellType) {
|
||||
String url = getUrl(container);
|
||||
ShellAssertion.testProbeInject(url, Server.Jetty, "7+", shellType, Opcodes.V17);
|
||||
ShellAssertion.testProbeInject(url, Server.Jetty, "12", shellType, Opcodes.V17);
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -83,6 +83,6 @@ public class Jetty12ee8ContainerTest {
|
||||
ShellType.HANDLER,})
|
||||
void testProbeInject(String shellType) {
|
||||
String url = getUrl(container);
|
||||
ShellAssertion.testProbeInject(url, Server.Jetty, "7+", shellType, Opcodes.V17);
|
||||
ShellAssertion.testProbeInject(url, Server.Jetty, "12", shellType, Opcodes.V17);
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -85,6 +85,6 @@ public class Jetty12ee9ContainerTest {
|
||||
ShellType.JAKARTA_HANDLER})
|
||||
void testProbeInject(String shellType) {
|
||||
String url = getUrl(container);
|
||||
ShellAssertion.testProbeInject(url, Server.Jetty, "7+", shellType, Opcodes.V17);
|
||||
ShellAssertion.testProbeInject(url, Server.Jetty, "12", shellType, Opcodes.V17);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user