pan3793 commented on code in PR #6616:
URL: https://github.com/apache/kyuubi/pull/6616#discussion_r1716484149
##########
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala:
##########
@@ -700,6 +700,14 @@ object KyuubiConf {
.booleanConf
.createWithDefault(true)
+ val FRONTEND_JETTY_SEND_VERSION_ENABLED: ConfigEntry[Boolean] =
+ buildConf("kyuubi.frontend.jetty.send.version.enabled")
+ .doc("When true, Kyuubi will send Jetty version in HTTP response, " +
+ "which may expose vulnerability")
Review Comment:
> which may expose vulnerability
please avoid such thrilling words in user-facing docs
```suggestion
.doc("Whether to send Jetty version in HTTP response.")
```
--
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]