zhicheng wang wrote:
can any one tell me how to disbale the TRACE|TRACK method in tomcat (4.1.27 i am using) any suggesstions are welcome
Well then, here goes.
I don't know if there's a configuration option in tomcat somewhere (I never needed to disable a method), but could you not just write a filter that passes along all request types except TRACE, for which it returns a Method Not Allowed error?
Phil
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
