How to disable HTTP OPTIONS Method in JBoss?
问题 I'm trying to disable JBOSS HTTP OPTIONS method. Using the following syntax in the web.xml in JBoss, I can disable all the http-method except OPTIONS. Is there a way to successfully disable http-method OPTIONS? click here for screenshot <security-constraint> <web-resource-collection> <web-resource-name>Restricted</web-resource-name> <description>Declarative security tests</description> <url-pattern>/EVE/*</url-pattern> <http-method>PUT</http-method> <http-method>DELETE</http-method> <http