updated for creating storage empty files

git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portlets/user/share-updates@117137 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2015-07-09 16:06:13 +00:00
parent c39afeef2f
commit 30a59d7599
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ public class ShareUpdateServiceImpl extends RemoteServiceServlet implements Shar
String smpURI = "";
if (isWithinPortal()) {
//get the url to show, before actually uploading it
smpURI = storageClient.getUrl().RFile(remoteFilePath);
smpURI = storageClient.getUrl(true).RFile(remoteFilePath);
//The storage uploader Thread starts here asyncronously
Thread thread = new Thread(new UploadToStorageThread(storageClient, fileName, fileabsolutePathOnServer, remoteFilePath));