addToRequest("responseEncoding", getResponseEncoding(aResponse));
fLogger.fine("Adding cookies.");
addToRequest("cookies", getCookies(aRequest));
fLogger.fine("Finished retrieving data.");
stopwatch.stop();
addToRequest("stopwatch", stopwatch.toString());
}
private ServletContext getContext(HttpServletRequest aRequest){
return getExistingSession().getServletContext();