GitHub user KaiXinXiaoLei opened a pull request:
https://github.com/apache/spark/pull/2989
delete jetty 6.1.26 form spark package
In spark code, jetty version is 8.1.14.v20131031 (see ./pom.xml). But when
building, the jetty-6.1.26 and jetty-util-6.1.26 is packaged in
spark-assembly*.jar. So the version 8.1.14.v20131031 and 6.1.26 of jetty are
existed in spark-assembly*.jar.
When achieving SslSocketConnector using jetty in Spark web, this is a
problem. Because jetty v6 dose not support sslContextFactory(), should make own
SslSocketConnector . See:
http://stackoverflow.com/questions/26382540/how-to-disable-the-sslv3-protocol-in-jetty-to-prevent-poodle-attack
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/KaiXinXiaoLei/spark master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/2989.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2989
----
commit 7624ebdcc227e3469cac30e2c20457434736078c
Author: KaiXinXiaoLei <[email protected]>
Date: 2014-10-29T02:16:26Z
change pom.xml
delete jetty 6.1.26
commit dff8f456a02a17fcc8bb9c56c1cc1fd521ad6f20
Author: KaiXinXiaoLei <[email protected]>
Date: 2014-10-29T02:18:15Z
change pom.xml
when packaging, delete org/mortbay/**
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]