[java-identity-provider COMMIT] /trunk/idp-distribution/src/main/resources/jetty-base/etc/jetty.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Jun 2 18:00:44 EDT 2014


Author: scantor
Date: Mon Jun  2 18:00:44 2014
New Revision: 6033

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6033&view=rev
Log:
Fix client-auth disablement on SOAP 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=6033&r1=6032&r2=6033&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 Mon Jun  2 18:00:44 2014
@@ -148,8 +148,6 @@
       <Set name="KeyStoreType"><Property name="jetty.keystore.type" /></Set>
       <Set name="KeyStorePassword"><Property name="jetty.keystore.password" /></Set>
       <Set name="EndpointIdentificationAlgorithm"></Set>
-      <Set name="NeedClientAuth"><Property name="jetty.ssl.needClientAuth" default="false"/></Set>
-      <Set name="WantClientAuth"><Property name="jetty.ssl.wantClientAuth" default="false"/></Set>
       <Set name="ExcludeCipherSuites">
         <Array type="String">
           <Item>SSL_RSA_WITH_DES_CBC_SHA</Item>



More information about the commits mailing list