git-svn-id: https://svn.d4science-ii.research-infrastructures.eu/gcube/branches/data-access/storagehub-webapp/1.0@176697 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
29f8a0d30e
commit
3f1ec4dd3f
|
@ -646,6 +646,8 @@ public class ItemsManager {
|
||||||
.header("Content-Type", "application/zip")
|
.header("Content-Type", "application/zip")
|
||||||
.header("Content-Length", -1l)
|
.header("Content-Length", -1l)
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
|
accountingHandler.createReadObj(item.getTitle(), ses, ses.getNodeByIdentifier(item.getId()), false);
|
||||||
}finally {
|
}finally {
|
||||||
if (ses!=null) ses.save();
|
if (ses!=null) ses.save();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue