[GitHub] spark pull request #14052: [SPARK-15440] [Core] [Deploy] Add CSRF Filter for...

2016-07-11 Thread yanboliang
Github user yanboliang closed the pull request at: https://github.com/apache/spark/pull/14052 --- 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

[GitHub] spark pull request #14052: [SPARK-15440] [Core] [Deploy] Add CSRF Filter for...

2016-07-07 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/spark/pull/14052#discussion_r69933155 --- Diff: core/src/main/scala/org/apache/spark/deploy/rest/RestSubmissionServer.scala --- @@ -93,6 +94,14 @@ private[spark] abstract class

[GitHub] spark pull request #14052: [SPARK-15440] [Core] [Deploy] Add CSRF Filter for...

2016-07-05 Thread zjffdu
Github user zjffdu commented on a diff in the pull request: https://github.com/apache/spark/pull/14052#discussion_r69596066 --- Diff: core/src/main/scala/org/apache/spark/deploy/rest/RestSubmissionServer.scala --- @@ -93,6 +94,14 @@ private[spark] abstract class

[GitHub] spark pull request #14052: [SPARK-15440] [Core] [Deploy] Add CSRF Filter for...

2016-07-04 Thread yanboliang
GitHub user yanboliang opened a pull request: https://github.com/apache/spark/pull/14052 [SPARK-15440] [Core] [Deploy] Add CSRF Filter for REST APIs to Spark ## What changes were proposed in this pull request? (Please fill in changes proposed in this fix) ##