Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2015-02-11 15:18:07 +0000
committerSimone Bordet2015-02-11 15:18:07 +0000
commitbe860741d557956c684fdcf989303a1b1d24009f (patch)
treefcc401ee4f650e1c343c35737535c66b922529e7 /jetty-deploy/src/test
parente19ed33341cf39561728121965a25e7124265f26 (diff)
downloadorg.eclipse.jetty.project-be860741d557956c684fdcf989303a1b1d24009f.tar.gz
org.eclipse.jetty.project-be860741d557956c684fdcf989303a1b1d24009f.tar.xz
org.eclipse.jetty.project-be860741d557956c684fdcf989303a1b1d24009f.zip
459655 - Remove SPDY and NPN.
Cleanup of javadocs, comments, XML and other text files.
Diffstat (limited to 'jetty-deploy/src/test')
-rw-r--r--jetty-deploy/src/test/resources/jetty.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/jetty-deploy/src/test/resources/jetty.xml b/jetty-deploy/src/test/resources/jetty.xml
index 25332f6125..9beb268a95 100644
--- a/jetty-deploy/src/test/resources/jetty.xml
+++ b/jetty-deploy/src/test/resources/jetty.xml
@@ -64,14 +64,14 @@
<!-- =========================================================== -->
<!-- Http Configuration. -->
<!-- This is a common configuration instance used by all -->
- <!-- connectors that can carry HTTP semantics (HTTP, HTTPS, SPDY)-->
+ <!-- connectors that can carry HTTP semantics (HTTP, HTTPS, etc.)-->
<!-- It configures the non wire protocol aspects of the HTTP -->
<!-- semantic. -->
<!-- -->
<!-- This configuration is only defined here and is used by -->
- <!-- reference from the jetty-http.xml, jetty-https.xml and -->
- <!-- jetty-spdy.xml configuration files which instantiate the -->
- <!-- connectors. -->
+ <!-- reference from other XML files such as jetty-http.xml, -->
+ <!-- jetty-https.xml and other configuration files which -->
+ <!-- instantiate the connectors. -->
<!-- -->
<!-- Consult the javadoc of o.e.j.server.HttpConfiguration -->
<!-- for all configuration that may be set here. -->

Back to the top