If you are using tomcat 4.1+, 5.5+. or 6.0+, by default the TRACE method is disabled.
Check your server.xml and look in the HTTP connector section for an attribute labeled "allowTrace". If set to True, get rid of it or change it to False.
[url]http://blog.techstacks.com/2008/08/tomcat-disable-trace-method.html[/url]
Check your server.xml and look in the HTTP connector section for an attribute labeled "allowTrace". If set to True, get rid of it or change it to False.
[url]http://blog.techstacks.com/2008/08/tomcat-disable-trace-method.html[/url]

本文指导您如何在使用Tomcat 4.1+、5.5+或6.0+版本时,通过修改server.xml文件中的HTTP连接器属性来禁用TRACE方法。

被折叠的 条评论
为什么被折叠?



