This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Tomcat and the fly likes Disable HTTP Trace Method Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Disable HTTP Trace Method" Watch "Disable HTTP Trace Method" New topic
Author

Disable HTTP Trace Method

paresh doshi
Ranch Hand

Joined: Nov 20, 2006
Posts: 81
I have got a security Issue in my Project. They have suggested to disable the TRACE Http Method of Web Server.

How could I do this. I am using Apache as my Web Server. Can anyone please help out.


Thanks.<br />Paresh Doshi<br />SCJP 1.4
David O'Meara
Rancher

Joined: Mar 06, 2001
Posts: 13459

See this for disabling TRACE in Apache:

http://www.apacheweek.com/issues/03-01-24#news
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Disable HTTP Trace Method
 
Similar Threads
How to disable HTTP Trace Websphere 5.1
Disabling doTrace method
Disable the HTTP TRACE,DELETE methods in Web Sphere
DISABLE PUT DELETE TRACE OPTIONS on TOMCAT
Need to disable access to my application using HTTP methods like PUT, DELETE at Jboss level