fix: tomcat6 jsp LinkageError

This commit is contained in:
ReaJason
2024-12-14 20:40:18 +08:00
parent 6197d66ee8
commit 699169d277
6 changed files with 24 additions and 8 deletions
@@ -58,6 +58,7 @@ public class Tomcat6ContainerTest {
@AfterAll
static void tearDown() {
String logs = container.getLogs();
log.info(logs);
assertThat("Logs should not contain any exceptions", logs, doesNotContainException());
}