fixed download shared folder
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@77020 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
847c4ae1e8
commit
d12ac3193c
|
@ -110,6 +110,7 @@ public class DownloadServlet extends HttpServlet{
|
|||
|
||||
switch (item.getType()) {
|
||||
|
||||
case SHARED_FOLDER:
|
||||
case FOLDER:{
|
||||
try {
|
||||
File tmpZip = ZipUtil.zipFolder((WorkspaceFolder) item);
|
||||
|
|
Loading…
Reference in New Issue