This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch
dependabot/maven/com.github.mjeanroy-junit-servers-jetty-9-3.1.1
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to
refs/heads/dependabot/maven/com.github.mjeanroy-junit-servers-jetty-9-3.1.1 by
this push:
new 0f9c5d190 deps(jetty): API upgrade
0f9c5d190 is described below
commit 0f9c5d190b088a2882465a86f06b853ddee076d6
Author: lprimak <[email protected]>
AuthorDate: Fri Dec 1 18:25:04 2023 -0600
deps(jetty): API upgrade
---
.../src/main/java/org/apache/shiro/testing/web/AbstractContainerIT.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/integration-tests/support/src/main/java/org/apache/shiro/testing/web/AbstractContainerIT.java
b/integration-tests/support/src/main/java/org/apache/shiro/testing/web/AbstractContainerIT.java
index 37e44edf7..8936d9743 100644
---
a/integration-tests/support/src/main/java/org/apache/shiro/testing/web/AbstractContainerIT.java
+++
b/integration-tests/support/src/main/java/org/apache/shiro/testing/web/AbstractContainerIT.java
@@ -96,7 +96,7 @@ public abstract class AbstractContainerIT {
ctx.setContextPath(path);
// Useful for WebXmlConfiguration
- ctx.setBaseResource(newResource(webapp));
+ ctx.setBaseResource(newResource(ctx, webapp));
ctx.setConfigurations(new Configuration[] {
new WebInfConfiguration(),