Remove setting of “empty” base resource
Fingers crossed it won’t be missed
This commit is contained in:
parent
36a12effb2
commit
436862e87a
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue