问题
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)
回答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.
来源:https://stackoverflow.com/questions/323241/how-can-i-disable-http-methods-for-tomcat-5-5-27