Incident #10095 Trying to fix this incident
https://support.d4science.org/issues/10095 git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/workspace-uploader@174051 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
cd13b3973a
commit
39a32724c1
|
@ -554,7 +554,12 @@ public class WorkspaceUploadServletStream extends HttpServlet implements Servlet
|
||||||
if(workspaceUploader==null)
|
if(workspaceUploader==null)
|
||||||
throw new Exception("Error when creating uploader, it is null!");
|
throw new Exception("Error when creating uploader, it is null!");
|
||||||
|
|
||||||
sendMessage(response, workspaceUploader.getIdentifier());
|
/*
|
||||||
|
* Incident #10095. Commented OK as response
|
||||||
|
* in order to avoid downloading of .dms file by Safari
|
||||||
|
* from MAC
|
||||||
|
*/
|
||||||
|
//sendMessage(response, workspaceUploader.getIdentifier());
|
||||||
}
|
}
|
||||||
|
|
||||||
} catch (InsufficientPrivilegesException e) {
|
} catch (InsufficientPrivilegesException e) {
|
||||||
|
|
Loading…
Reference in New Issue