Hi all,
I edit server.xml as:
...
<Connector server="test123" port="8080"...>
 
It will add "server" item in my response header, so now the http header
is something like:
Cache-Control: no-store, no-cache, must-revalidate
Accept-Ranges: none
Content-Type: text/plain
Connection: close
Server: test123
 
The "Server" is put to the last item of the http header.
 
So my question is : Is there a way to reorder the http header instead of
having tomcat formulate them?
 
Thanks
Hanks
 

Reply via email to