// int to String.
logger.trace("Handling - responseBufferSize=[{0}]", Integer.toString(responseContentLength));
}
// Write the data to the response.
resourceOutputStream.writeTo(externalContext.getResponseOutputStream());
resourceOutputStream.flush();
resourceOutputStream.close();
if (logger.isDebugEnabled()) {
logger.debug(