Is there a way to not displaying the header fileds of http response.
For example :
HTTP/1.1 200 OK
Date: Mon, 27 Jul 2009 12:28:53 GMT
Server: Apache/2.2.14 (Win32)
Last-Modified: Wed, 22 Jul 2009 19:15:56 GMT
Content-Length: 88
Content-Type: text/html
Connection: Closed
The field Server may be a bad practice when it is shown. I thought there were a production mode for tomcat with an ability to hide some header fields.