diff --git a/apps/i2psnark/java/src/org/klomp/snark/web/BasicServlet.java b/apps/i2psnark/java/src/org/klomp/snark/web/BasicServlet.java index c4112ac27d27989cebd1a8b2af5fc0262db2ba47..1383ff2bb68940362b8ba692fd4b008f4f2b1047 100644 --- a/apps/i2psnark/java/src/org/klomp/snark/web/BasicServlet.java +++ b/apps/i2psnark/java/src/org/klomp/snark/web/BasicServlet.java @@ -67,9 +67,8 @@ import net.i2p.util.SystemVersion; * The default servlet. * This servlet, normally mapped to /, provides the handling for static * content, OPTION and TRACE methods for the context. - * The following initParameters are supported, these can be set either - * on the servlet itself or as ServletContext initParameters with a prefix - * of org.mortbay.jetty.servlet.Default. : + * The following initParameters are supported, these can be set + * on the servlet itself: * <PRE> * * resourceBase Set to replace the context resource base diff --git a/apps/routerconsole/java/src/net/i2p/router/web/WebAppStarter.java b/apps/routerconsole/java/src/net/i2p/router/web/WebAppStarter.java index d0690a01b648315d116a2cebd5b3ba49d7132022..ac7dc477885203aa3b392af08f5880933cf604e9 100644 --- a/apps/routerconsole/java/src/net/i2p/router/web/WebAppStarter.java +++ b/apps/routerconsole/java/src/net/i2p/router/web/WebAppStarter.java @@ -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"); } diff --git a/installer/resources/eepsite/contexts/base-context.xml b/installer/resources/eepsite/contexts/base-context.xml index 36ca36784be6764aa940e391b3ad050edde37e93..ee995738b886e0eb51973b651f9f464c2444a5d0 100644 --- a/installer/resources/eepsite/contexts/base-context.xml +++ b/installer/resources/eepsite/contexts/base-context.xml @@ -12,7 +12,7 @@ to serve static html files and images. <Set name="contextPath">/</Set> <Set name="resourceBase">./eepsite/docroot/</Set> <Call name="setInitParameter"> - <Arg>cacheControl</Arg> + <Arg>org.eclipse.jetty.servlet.Default.cacheControl</Arg> <Arg>max-age=3600,public</Arg> </Call> <Call name="setMimeTypes">