Update Jetty packages (major) #103

Open
renovate[bot] wants to merge 46 commits from renovate/major-jetty-packages into main
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);