Introduction - If you have any usage issues, please Google them yourself
You can check and modify servletRequest and servletResponse objects.
You can specify that the servlet filter is associated with a specific url, which only triggers the filter when the client accesses the url.
Servlet filters can be concatenated together to form pipeline benefits, together with modification of requests and response objects.