shoemoney commented on PR #20151:
URL: https://github.com/apache/druid/pull/20151#issuecomment-5593089907
Fixed all three CodeQL findings in a732c94: the two deprecated `URL(String)`
constructors in `NettyHttpClientTest` now go through `URI.create(...).toURL()`,
and the header-skipping loop in `serveRawResponse` uses `String#isEmpty()`
instead of `equals("")`. `NettyHttpClientTest` (2) and `DirectDruidClientTest`
(17) still pass locally.
--
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]