192193194195196197198199200201202
response.sendError(HttpServletResponse.SC_NOT_FOUND); return; } StreamImpl out; try { out = new VfsStream(null, response.getOutputStream()); } catch (IllegalStateException e) {