}
}
// include page using filter response
RequestDispatcher rd = pageContext.getServletContext().getRequestDispatcher(fullPath);
PageRequestWrapper pageRequest = new PageRequestWrapper((HttpServletRequest) pageContext.getRequest());
PageResponseWrapper pageResponse = new PageResponseWrapper((HttpServletResponse) pageContext.getResponse(), factory);
StringBuffer sb = new StringBuffer(contentType != null ? contentType : "text/html");
if (encoding != null) {
sb.append(";charset=").append(encoding);