Creates new RequestFilter
/*called before the Filter instance is removed from service by the web container*/
if(response instanceof HttpServletResponse){ chain.doFilter(request,new ResponseWrapper((HttpServletResponse)response)); } else { chain.doFilter(request,response); }
this.config = filterConfig;