StringBuilder newURL = new StringBuilder();
appendContentPrefix(request, newURL);
newURL.append(bodyString);
body.clearBody();
try {
getPreviousOut().print(newURL.toString());
} catch (IOException e) {
if (UtilJ2eeCompat.useNestedJspException(pageContext.getServletContext())) {