0

Please let me know how can I disable HTTP MEthods like OPTIONS, PUT, DELETE for the web server Apache Coyote HTTP 1.1 Connector (Tomcat 5.5.27)

leppie
  • 115,091
  • 17
  • 196
  • 297
  • possible duplicate of [Disabling PUT TRACE DELETE request in Apache Tomcat 6.0](http://stackoverflow.com/questions/320959/disabling-put-trace-delete-request-in-apache-tomcat-6-0) – guerda May 27 '13 at 12:43

1 Answers1

1

There is a similar question for Tomcat 6. I believe it is also applicable for Tomcat 5.5. Have also a look at this thread.

Community
  • 1
  • 1
kgiannakakis
  • 103,016
  • 27
  • 158
  • 194