I have my web.xml configured as
<security-constraint id="SecurityConstraint_1">
  | <web-resource-collection id="WebResourceCollection_1">
  | <web-resource-name>mysecure</web-resource-name>
  | <url-pattern>/myservlet</url-pattern>
  | <http-method>GET</http-method>
  | <http-method>POST</http-method>
  | </web-resource-collection>
  | <user-data-constraint id="UserDataConstraint_1">
  | <transport-guarantee>NONE</transport-guarantee>
  | </user-data-constraint>
  | </security-constraint>

but I still get  Allow: GET, HEAD, POST, TRACE, OPTIONS ?
I only want to allow GET and POST, any suggestions on it?

TIA.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950274#3950274

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950274


_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to