Hi, Set allowTrace="false" on your HTTP connector in server.xml. http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/http.html
Yoav Shapira Millennium Research Informatics >-----Original Message----- >From: Philipp Taprogge [mailto:[EMAIL PROTECTED] >Sent: Thursday, March 18, 2004 6:15 AM >To: Tomcat Users List >Subject: Re: how to disable TRACE|TRACK method in tomcat > >Hi! > >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] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
