forked from I2P_Developers/i2p.i2p
* Jetty:
- Set default cache-control for webapps and eepsite
- Disable dir listing for console webapps
* WebAppStarter: Remove static log
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user