Github user zsxwing commented on a diff in the pull request:
https://github.com/apache/spark/pull/7072#discussion_r33434259
--- Diff: core/src/main/scala/org/apache/spark/ui/JettyUtils.scala ---
@@ -166,8 +167,26 @@ private[spark] object JettyUtils extends Logging {
contextHandler
}
+ private def addDefaultFilters(handlers: Seq[ServletContextHandler],
conf: SparkConf): Unit = {
--- End diff --
The problem is we don't have a configuration file for Jetty. So to enable
it, we need to set it in the code. Here is an example provided by Jetty:
https://github.com/jetty-project/jetty-plugin-support/blob/378f5f691fc24c3f223e7239fc56b3568b6f816e/jetty-servlets/src/test/java/org/eclipse/jetty/servlets/GzipWithPipeliningTest.java#L58
---
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]