Article 4XG94 Disabling the insecure methods on Apache tomcat

Disabling the insecure methods on Apache tomcat

by
ramakotip
from LinuxQuestions.org on (#4XG94)
For disabling the insecure methods on Apache tomcat , I have made the following change but still I am getting the delete/options whenever we access the URL of the site.

module change path:: tomcat/conf/web.xml:

<security-constraint>
<web-resource-collection>
<web-resource-name>restricted methods</web-resource-name>
<url-pattern>/*</url-pattern>
<http-method>OPTIONS</http-method>
</web-resource-collection>
<auth-constraint />
</security-constraint>

I don't know why this change hasn't affected the tomcat server, could you please help me on this.latest?d=yIl2AUoC8zA latest?i=6wa-nx4splA:u7pfg-yGXbY:F7zBnMy latest?i=6wa-nx4splA:u7pfg-yGXbY:V_sGLiP latest?d=qj6IDK7rITs latest?i=6wa-nx4splA:u7pfg-yGXbY:gIN9vFw6wa-nx4splA
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments