Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2012-12-10 01:58:14 +0000
committerGreg Wilkins2012-12-10 01:58:14 +0000
commit6f098dd69c02196b00c9b5ea25e50cf2c6b1eeba (patch)
treed14aaa4d553192e2fce315ac27f16050940e5b1c /jetty-deploy/src/test/resources
parentaeade16b999ff181eceaf228bf04d04caa78c41b (diff)
downloadorg.eclipse.jetty.project-6f098dd69c02196b00c9b5ea25e50cf2c6b1eeba.tar.gz
org.eclipse.jetty.project-6f098dd69c02196b00c9b5ea25e50cf2c6b1eeba.tar.xz
org.eclipse.jetty.project-6f098dd69c02196b00c9b5ea25e50cf2c6b1eeba.zip
jetty-9 use DateCache timer to set Date header once per second
Diffstat (limited to 'jetty-deploy/src/test/resources')
-rw-r--r--jetty-deploy/src/test/resources/jetty.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/jetty-deploy/src/test/resources/jetty.xml b/jetty-deploy/src/test/resources/jetty.xml
index 313c50a1dd..c3083f633c 100644
--- a/jetty-deploy/src/test/resources/jetty.xml
+++ b/jetty-deploy/src/test/resources/jetty.xml
@@ -113,8 +113,6 @@
<!-- extra options -->
<!-- =========================================================== -->
<Set name="stopAtShutdown">true</Set>
- <Set name="sendServerVersion">true</Set>
- <Set name="sendDateHeader">true</Set>
<Set name="stopTimeout">1000</Set>
</Configure>

Back to the top