forked from I2P_Developers/i2p.i2p
* Jetty: Fix eepsite and webapp cache control directives.
Eepsite fix for new installs only. Fix i2psnark BasicServlet javadoc about param prefix. (ticket #1128)
This commit is contained in:
@ -41,7 +41,7 @@ public class WebAppStarter {
|
||||
static {
|
||||
//_log = ContextHelper.getContext(null).logManager().getLog(WebAppStarter.class); ;
|
||||
// see DefaultServlet javadocs
|
||||
String pfx = "org.mortbay.jetty.servlet.Default.";
|
||||
String pfx = "org.eclipse.jetty.servlet.Default.";
|
||||
INIT_PARAMS.put(pfx + "cacheControl", "max-age=86400");
|
||||
INIT_PARAMS.put(pfx + "dirAllowed", "false");
|
||||
}
|
||||
|
Reference in New Issue
Block a user