this.rsp=rsp;
this.servlet=servlet;
// Writers
if(config.debugLogOutput()) {
CFMLWriter w = config.getCFMLWriter(req,rsp);
w.setAllowCompression(false);
DebugCFMLWriter dcw = new DebugCFMLWriter(w);
bodyContentStack.init(dcw);
debugger.setOutputLog(dcw);
}
else {