Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2015-08-11 10:17:24 +0000
committerSimone Bordet2015-08-11 10:17:24 +0000
commitaa684a5dccd76d765b1e2376af3f76291c8b1333 (patch)
treefec77d8773b9b3aca890b9aa0c339b23c606fce8 /jetty-server/src/main/config/etc/jetty-http.xml
parent88372913937a5e491dd97679e0e8cba046f0ff1d (diff)
downloadorg.eclipse.jetty.project-aa684a5dccd76d765b1e2376af3f76291c8b1333.tar.gz
org.eclipse.jetty.project-aa684a5dccd76d765b1e2376af3f76291c8b1333.tar.xz
org.eclipse.jetty.project-aa684a5dccd76d765b1e2376af3f76291c8b1333.zip
470311 - Introduce a proxy-protocol module.
Support for the PROXY protocol is now enabled via 2 new modules: proxy-protocol and proxy-protocol-ssl, respectively for the HTTP connector and the SSL connector.
Diffstat (limited to 'jetty-server/src/main/config/etc/jetty-http.xml')
-rw-r--r--jetty-server/src/main/config/etc/jetty-http.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/jetty-server/src/main/config/etc/jetty-http.xml b/jetty-server/src/main/config/etc/jetty-http.xml
index 0cbc5a0871..ebeed5d1fc 100644
--- a/jetty-server/src/main/config/etc/jetty-http.xml
+++ b/jetty-server/src/main/config/etc/jetty-http.xml
@@ -26,10 +26,6 @@
<Arg name="selectors" type="int"><Property name="jetty.http.selectors" deprecated="http.selectors" default="-1"/></Arg>
<Arg name="factories">
<Array type="org.eclipse.jetty.server.ConnectionFactory">
- <!-- uncomment to support proxy protocol
- <Item>
- <New class="org.eclipse.jetty.server.ProxyConnectionFactory"/>
- </Item>-->
<Item>
<New class="org.eclipse.jetty.server.HttpConnectionFactory">
<Arg name="config"><Ref refid="httpConfig" /></Arg>

Back to the top