New HOWTO: Disable HTTP Methods in Tomcat
I've just published a new HOWTO article on my companion site for those who want to know (or are being made to learn how to do it by some security guy) how to disable access to methods within Tomcat. In Apache, it's really easy but doing it in Tomcat requires looking through the java servlet specification and learning about security constraints. The HOWTO provides a very high level overview of what a security constraint is and provides a couple of basic examples. Please let me know what you think!
HOWTO: Disable HTTP Methods in TomcatIncidentally, this works in JBoss, too, as well as any Java Servlet specification-compliant container
