Remove setting of “empty” base resource

Fingers crossed it won’t be missed
This commit is contained in:
Tobi Schäfer 2025-04-07 16:58:35 +02:00
parent 36a12effb2
commit 436862e87a
Signed by: tobi
GPG key ID: 91FAE6FE2EBAC4C8

View file

@ -494,8 +494,6 @@ public class ApplicationManager implements XmlRpcHandler {
ContextHandler staticContext = new ContextHandler(); ContextHandler staticContext = new ContextHandler();
staticContext.setContextPath(staticMountpoint); staticContext.setContextPath(staticMountpoint);
// 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);