226227228229230231232233234235236
logger.error("Error when unzipping file, " + err.getMessage(), err); result = false; } finally { if (zis != null) { try { zis.reallyClose(); } catch (Exception e) { logger.error("Error when closing zip stream", e); } } }