setupInterp(interp, sessionId);
try {
// System.out.println("running eval");
TclUtil.setVar(interp, "content", new String(content),
TCL.GLOBAL_ONLY);
interp.eval("filter" + " " +
ReflectObject.newInstance(interp, Request.class, request) +
" " + ReflectObject.newInstance(interp, MimeHeaders.class,
headers)
);
TclObject res = interp.getVar("content", TCL.GLOBAL_ONLY);