// This is a special case.
// During page render another request handler got scheduled and will want to overwrite
// the response, so we need to let it.
// Just preserve the meta data headers
originalResponse.reset(); // clear the initial actions because they are already copied into the new response's actions
response.writeMetaData(originalResponse);
return null;
}
else
{
return response;