What is the function of FilterMapping in a web application?

  • To define the order of filter execution
  • To map URL patterns to filter classes
  • To map filter classes to servlets
  • To specify filter initialization parameters
The function of FilterMapping is to map URL patterns to filter classes. This mapping determines which requests should be intercepted and processed by the associated filter.
Add your answer
Loading...

Leave a comment

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