HttpSession session = request.getSession();
//String path = servletContext.getRealPath(pagePath);
//Debug.logError("Path:" + path, module);
// get the character encoding map
CharacterEncodingMap characterEncodingMap = siteContext.getCharacterEncodingManager().getMap(path);
// put standard servlet stuff into the context
JPublishContext context = new JPublishContext(this);
context.put("request", request);
context.put("response", response);