dispatcher:
REQUEST
FORWORD
INCLUDE
ERROR
<url-pattern>/*</url-pattern>
<dispatcher>REQUEST</dispatcher>
<dispatcher>FORWARD</dispatcher>
拦截、放行
chain.doFilter(request, response)
过滤器链:多个过滤器
Servlet中方法参数 HttpServletRequest
Filer中方法参数 ServletRequest