Java Servlet filter
Servlet filter: Servlet filters are the objects that are used to perform some filtering tasks. A filter can be applied to a servlet, JSP, or HTML. Servlet filters are mainly used for the following tasks: Pre-processing: A servlet filter is used for pre-processing of requests before it accesses any resource on the server side. Post-processing: … Read more