[java-identity-provider COMMIT] /trunk/idp-distribution/src/main/resources/jetty-base/etc/jetty.xml
noreply at shibboleth.net
noreply at shibboleth.net
Tue Jun 24 21:47:50 EDT 2014
Author: tzeller
Date: Tue Jun 24 21:47:50 2014
New Revision: 6164
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6164&view=rev
Log:
Comment out the Jetty HTTP connector.
Modified:
trunk/idp-distribution/src/main/resources/jetty-base/etc/jetty.xml
Modified: trunk/idp-distribution/src/main/resources/jetty-base/etc/jetty.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-distribution/src/main/resources/jetty-base/etc/jetty.xml?rev=6164&r1=6163&r2=6164&view=diff
==============================================================================
--- trunk/idp-distribution/src/main/resources/jetty-base/etc/jetty.xml (original)
+++ trunk/idp-distribution/src/main/resources/jetty-base/etc/jetty.xml Tue Jun 24 21:47:50 2014
@@ -95,6 +95,7 @@
<!-- o.e.j.server.HttpConnectionFactory for all configuration -->
<!-- that may be set here. -->
<!-- =========================================================== -->
+ <!--
<Call name="addConnector">
<Arg>
<New class="org.eclipse.jetty.server.ServerConnector">
@@ -115,6 +116,7 @@
</New>
</Arg>
</Call>
+ -->
<!-- ============================================================= -->
More information about the commits
mailing list