* Don't add ResourceHandler for protectedStatic directory, as it doesn't
really seem to be needed.
This commit is contained in:
parent
077e7b540b
commit
cb0d4e830d
1 changed files with 0 additions and 1 deletions
|
@ -500,7 +500,6 @@ public class ApplicationManager implements XmlRpcHandler {
|
|||
context.setResourceBase(protectedContent.getPath());
|
||||
server.getLogger().info("Serving protected static from " +
|
||||
protectedContent.getPath());
|
||||
context.addHandler(new ResourceHandler());
|
||||
}
|
||||
|
||||
context.start();
|
||||
|
|
Loading…
Add table
Reference in a new issue