Prevent java.lang.IllegalArgumentException: Resource String is invalid
This commit is contained in:
parent
441d952b35
commit
973b3493cb
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue