Vulnerability scan on enforce server reports that Tomcat supports "dangerous" http methods.
This is a FALSE POSITIVE. As per RFC 7231,tomcat is required to include the names of methods in the "Allow:" header for which it does not respond with a 405/Method Not Allowed response. This does not mean the method is enabled. DLP explicitly disables dangerous methods.