which the corresponding <security-constraint> will not apply?

Which element of a web application deployment descriptor <web-resource-collection> element is

used to specify a HTTP method to which the corresponding <security-constraint> will not apply?

Which element of a web application deployment descriptor <web-resource-collection> element is

used to specify a HTTP method to which the corresponding <security-constraint> will not apply?

A.
<exclude-http-method>

B.
<neglect-http-method>

C.
<http-method-omission>

D.
<http-method-excluded>

E.
<exceptional-http-method>

Explanation:
http://java.sun.com/xml/ns/javaee/web-common_3_0.xsd (search http-methodomission)



Leave a Reply 3

Your email address will not be published. Required fields are marked *


ZdeDu

ZdeDu

Deny all HTTP methods except GET and POST

/company/*
GET
POST