...
You can supress the sending of this header by uncommenting the following line in the etc/jetty.xml file from the distribution:
| Code Block | ||
|---|---|---|
| ||
<Set name="sendServerVersion">true</Set> | ||
| Code Block | xml |
You might want to do this to heighten the security of your site by hiding details of the software you are using. Of course, this will do nothing good for Jetty's Netcraft rating
.