dongjoon-hyun commented on code in PR #57549:
URL: https://github.com/apache/spark/pull/57549#discussion_r3706289734
##########
core/src/test/scala/org/apache/spark/ui/UISuite.scala:
##########
@@ -534,9 +534,39 @@ class UISuite extends SparkFunSuite {
lastRequest = req
res.sendError(HttpServletResponse.SC_OK)
}
-
}
+ test("SPARK-47232: createProxyHandler forwards X-Forwarded-Context header") {
Review Comment:
```suggestion
test("SPARK-58521: createProxyHandler forwards X-Forwarded-Context
header") {
```
--
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]