115116117118119120121122123124125
// render the zip file if (tempZip != null && tempZip.exists()) { // ignore response entry for http based impl z.ignoreEntry(ServletProcessor.RESPONSE_ENTRY_NAME); checksum = z.writeZipFile(tempZip.getCanonicalPath()); } }