- Set default cache-control for webapps and eepsite
    - Disable dir listing for console webapps
  * WebAppStarter: Remove static log
This commit is contained in:
zzz
2012-03-14 12:04:20 +00:00
parent 326b9998fd
commit 17f9280b3f
5 changed files with 23 additions and 17 deletions

View File

@@ -28,6 +28,7 @@ public class LocaleWebAppHandler extends WebAppContext
public LocaleWebAppHandler(I2PAppContext ctx, String path, String warPath) {
super(warPath, path);
_context = ctx;
setInitParams(WebAppStarter.INIT_PARAMS);
}
/**