Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@96618 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
ac189adcb6
commit
9621ec4d17
|
@ -322,7 +322,7 @@ public class SessionUtil {
|
|||
CSVFileUploadSession fileUploadSession = (CSVFileUploadSession) httpSession
|
||||
.getAttribute(SessionConstants.CSV_IMPORT_FILE_UPLOAD_SESSION);
|
||||
if (fileUploadSession == null) {
|
||||
logger.error("FileUploadSession was not acquired");
|
||||
logger.error("CSVFileUploadSession was not acquired");
|
||||
}
|
||||
return fileUploadSession;
|
||||
}
|
||||
|
|
|
@ -114,7 +114,7 @@ public class FileUtil {
|
|||
|
||||
fileTmp.deleteOnExit();
|
||||
|
||||
logger.trace("mimeType: " + mimeType);
|
||||
logger.debug("Import File mimeType: " + mimeType);
|
||||
if (isZipContentType(mimeType)) {
|
||||
// we need to unzip
|
||||
logger.trace("is a zip file");
|
||||
|
|
Loading…
Reference in New Issue