Update Jetty packages (major) #103

Manually merged
renovate[bot] merged 50 commits from renovate/major-jetty-packages into main 2025-05-27 18:16:43 +00:00
Showing only changes of commit 436862e87a - Show all commits

View file

@ -494,8 +494,6 @@ public class ApplicationManager implements XmlRpcHandler {
ContextHandler staticContext = new ContextHandler();
staticContext.setContextPath(staticMountpoint);
// FIXME: Causing java.lang.IllegalArgumentException: Resource String is invalid
//staticContext.setBaseResourceAsString("");
staticContext.setHandler(rhandler);
ApplicationManager.this.context.addHandler(staticContext);