0

i put below code in my web.xml file but it is not working when we hit the url "http://192.168.50.6:8080/btmu"

     <web-resource-collection>
      <web-resource-name><strong>restricted methods</strong></web-resource-name>
      <url-pattern>/*</url-pattern>
      <http-method>PUT</http-method>
      <http-method>POST</http-method>
      <http-method>DELETE</http-method>
      <http-method>OPTIONS</http-method>
      <http-method>TRACE</http-method>
     </web-resource-collection>
     <auth-constraint />

user1466143
  • 1
  • 1
  • 2

0 Answers0