removed ASL Session and updated to 1.6.0-SNAPSHOT

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/workspace-uploader@134678 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2016-11-24 13:13:38 +00:00
parent ebd6baaa7b
commit ffe3daa1ec
1 changed files with 1 additions and 4 deletions

View File

@ -421,10 +421,7 @@ public class WorkspaceUploadServletStream extends HttpServlet implements Servlet
saveWorkspaceUploaderStatus(workspaceUploader, UPLOAD_STATUS.FAILED, "An error occurred during upload: "+fileName+". No destination folder found", request.getSession());
sendError(response, "Internal error: No destination folder found");
return;
} catch (InsufficientPrivilegesException e) {
sendError(response, "Internal error: InsufficientPrivilegesException");
e.printStackTrace();
}
}
if (item.getType() != WorkspaceItemType.FOLDER && item.getType() != WorkspaceItemType.SHARED_FOLDER) {
logger.error("Error processing request in upload servlet: Wrong destination item");