Nflrijal commented on PR #57549: URL: https://github.com/apache/spark/pull/57549#issuecomment-5125362588
Hi @dongjoon-hyun, Thank you for the review! I have updated the PR based on your feedback: 1. Updated HttpSecurityFilter.scala to use val isProxyRequest = hreq.getContextPath == "/proxy". 2. Reverted prependBaseUri in UIUtils.scala back to the original clean implementation. 3. Verified ./dev/lint-scala and tested on a local Standalone cluster (spark.ui.reverseProxy=true). Could you please take another look when you have a moment? Thanks! -- 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]
