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 973b3493cb - Show all commits

View file

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