The sequence of filters applied to a request is determined by the order of __________ in the web.xml file.

  • filter-chain
  • filter-mapping
  • filter-order
  • filter-sequence
The sequence of filters applied to a request is determined by the order of the elements in the web.xml file, specifically by the filter-order subelement.
Add your answer
Loading...

Leave a comment

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