Which element, inserted at line 27, causes the ParamAdder filter to be applied when MyServlet is invoked by another servlet using the RequestDispatcher.include method?

Given the web application deployment descriptor elements:

Which element, inserted at line 27, causes the ParamAdder filter to be applied when MyServlet is
invoked by another servlet using the RequestDispatcher.include method?

Given the web application deployment descriptor elements:

Which element, inserted at line 27, causes the ParamAdder filter to be applied when MyServlet is
invoked by another servlet using the RequestDispatcher.include method?

A.
<include/>

B.
<dispatcher>INCLUDE</dispatcher>

C.
<dispatcher>include</dispatcher>

D.
<filter-condition>INCLUDE</filter-condition>

E.
<filter-condition>include</filter-condition>

Explanation:



Leave a Reply 0

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