Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KYUUBI #6615] Make Jetty sending server version in response configur…
…able # 🔍 Description ## Issue References 🔗 This pull request fixes #6615 ## Describe Your Solution 🔧 Add a config item that controls whether Jetty should send its version in response. This is an additional patch which enables/disables sending Jetty version for prometheus reporter. Sending Jetty version could be disabled by calling HttpConfiguration::setSendServerVersion(false) ## Types of changes 🔖 - [x] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan 🧪 Compiled and tested manually. #### Behavior Without This Pull Request ⚰️ #### Behavior With This Pull Request 🎉 #### Related Unit Tests --- # Checklist 📝 - [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6685 from paul8263/KYUUBI-6615-patch. Closes #6615 0638a51 [zhang_yao] [KYUUBI #6615] Make Jetty sending server version in response configurable Authored-by: zhang_yao <xzhangyao@126.com> Signed-off-by: Cheng Pan <chengpan@apache.org>
- Loading branch information