We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90feb8d commit 125a054Copy full SHA for 125a054
core/src/main/scala/org/apache/spark/ui/JettyUtils.scala
@@ -119,6 +119,7 @@ private[spark] object JettyUtils extends Logging {
119
/** Create a handler for serving files from a static directory */
120
def createStaticHandler(resourceBase: String, path: String): ServletContextHandler = {
121
val contextHandler = new ServletContextHandler
122
+ contextHandler.setInitParameter("org.eclipse.jetty.servlet.Default.gzip", "false")
123
val staticHandler = new DefaultServlet
124
val holder = new ServletHolder(staticHandler)
125
Option(getClass.getClassLoader.getResource(resourceBase)) match {
0 commit comments