You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2018/10/22 08:07:01 UTC

[03/13] lucene-solr:jira/http2: Remove unnecessary XML exclusions as Jetty handles these by default (janhoy)

Remove unnecessary XML exclusions as Jetty handles these by default (janhoy)


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/a3fc31e5
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/a3fc31e5
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/a3fc31e5

Branch: refs/heads/jira/http2
Commit: a3fc31e5d2657182a590525c4ebc607a586698f3
Parents: 5a4fd86
Author: Jan Høydahl <ja...@apache.org>
Authored: Thu Oct 18 16:38:52 2018 +0200
Committer: Jan Høydahl <ja...@apache.org>
Committed: Thu Oct 18 16:38:52 2018 +0200

----------------------------------------------------------------------
 solr/server/etc/jetty-ssl.xml | 16 ----------------
 1 file changed, 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a3fc31e5/solr/server/etc/jetty-ssl.xml
----------------------------------------------------------------------
diff --git a/solr/server/etc/jetty-ssl.xml b/solr/server/etc/jetty-ssl.xml
index cdbf57e..9ff5acc 100644
--- a/solr/server/etc/jetty-ssl.xml
+++ b/solr/server/etc/jetty-ssl.xml
@@ -19,22 +19,6 @@
   <Set name="WantClientAuth"><Property name="solr.jetty.ssl.wantClientAuth" default="false"/></Set>
   <Set name="KeyStoreType"><Property name="solr.jetty.keystore.type" default="JKS"/></Set>
   <Set name="TrustStoreType"><Property name="solr.jetty.truststore.type" default="JKS"/></Set>
-  <Set name="excludeProtocols">
-    <Array type="java.lang.String">
-      <Item>SSLv3</Item>
-    </Array>
-  </Set>
-  <Set name="ExcludeCipherSuites">
-    <Array type="String">
-      <Item>SSL_RSA_WITH_DES_CBC_SHA</Item>
-      <Item>SSL_DHE_RSA_WITH_DES_CBC_SHA</Item>
-      <Item>SSL_DHE_DSS_WITH_DES_CBC_SHA</Item>
-      <Item>SSL_RSA_EXPORT_WITH_RC4_40_MD5</Item>
-      <Item>SSL_RSA_EXPORT_WITH_DES40_CBC_SHA</Item>
-      <Item>SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA</Item>
-      <Item>SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA</Item>
-    </Array>
-  </Set>
 
   <!-- =========================================================== -->
   <!-- Create a TLS specific HttpConfiguration based on the        -->