* Don't add ResourceHandler for protectedStatic directory, as it doesn't

really seem to be needed.
This commit is contained in:
hns 2007-12-12 12:45:31 +00:00
parent 077e7b540b
commit cb0d4e830d

View file

@ -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();