pan3793 commented on code in PR #53116:
URL: https://github.com/apache/spark/pull/53116#discussion_r2540728778


##########
core/src/test/scala/org/apache/spark/ui/UISuite.scala:
##########
@@ -234,7 +234,7 @@ class UISuite extends SparkFunSuite {
     val targetUri = URI.create(s"http://$localhost:4040";)
     when(clientRequest.getScheme()).thenReturn("http")
     when(clientRequest.getHeader("host")).thenReturn(s"$localhost:8080")
-    when(clientRequest.getPathInfo()).thenReturn("/proxy/worker-id/jobs")
+    when(clientRequest.getPathInfo()).thenReturn("/worker-id/jobs")

Review Comment:
   thanks for the explanation, the Jetty 12 behavior sounds more reasonable, do 
you think it is worth leaving some comment (at `def createProxyLocationHeader`, 
not here) to briefly explain such behavior changes?



-- 
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]

Reply via email to