LuciferYang commented on code in PR #53928:
URL: https://github.com/apache/spark/pull/53928#discussion_r2726619913
##########
core/src/main/scala/org/apache/spark/ui/JettyUtils.scala:
##########
@@ -475,22 +475,23 @@ private[spark] case class ServerInfo(
handler.setVirtualHosts(JettyUtils.toVirtualHosts(JettyUtils.SPARK_CONNECTOR_NAME))
addFilters(handler, securityMgr)
- val gzipHandler = new GzipHandler()
- gzipHandler.setHandler(handler)
- rootHandler.addHandler(gzipHandler)
+ val compressionHandler = new CompressionHandler()
Review Comment:
`CompressionHandler` loads
`org.eclipse.jetty.compression.gzip.GzipCompression` via SPI
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]