respWrapper = (JWebLiteResponseWrapper) resp;
} else {
respWrapper = new JWebLiteResponseWrapper(req, resp, encoding,
filterConfig.isGZipEnabled());
}
WebContext context = new WebContext(req, respWrapper);
// prepare default variables
req.setAttribute(attrPrefix.concat("CP"), req.getContextPath());
// session manager
req.getSession(true).setAttribute(attrPrefix.concat("SessionManager"),
JWebLiteSessionManager.get());