Hi,

I want to disable http TRACE method in my application which is running on
tomcat 7.0.22 web-server.
Though apache tomcat configuration for http says that it is set to false by
default, it allows TRACE. I tried setting it to false specifically, but
still it allows.
I searched through your mail archives hosted on 4-5 sites and general web
but could not find a working solution. Please help.

Here is 'connector' (only 1) from my server.xml
 
 <Connector port="8080" protocol="HTTP/1.1" server="SACHIN"
        connectionTimeout="20000" allowTrace="false" 
                redirectPort="8443" />


Thanks & Regards
Sachin




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to