{
response.sendError(HttpServletResponse.SC_NOT_FOUND, String.format("Unable to locate asset '%s' (the file does not exist).", resource));
return;
}
TapestryInternalUtils.performIO(tracker, String.format("Streaming %s", resource), new IOOperation()
{
public void perform() throws IOException
{
StreamableResourceProcessing processing = analyzer.isGZipSupported() ? StreamableResourceProcessing.COMPRESSION_ENABLED
: StreamableResourceProcessing.COMPRESSION_DISABLED;