From c1e9f1f89ea7272e6ba7dc0eeddc5b8fc81cfe1d Mon Sep 17 00:00:00 2001 From: Francesco Mangiacrapa Date: Mon, 16 Sep 2019 10:19:31 +0000 Subject: [PATCH] [Feature #13327] Checking upload permission before the upload starting git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/workspace-uploader@181695 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/changelog.xml | 3 +++ .../server/WorkspaceUploadServletStream.java | 23 +++++++------------ 2 files changed, 11 insertions(+), 15 deletions(-) diff --git a/distro/changelog.xml b/distro/changelog.xml index 3300238..583eaa9 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -5,6 +5,9 @@ [Task #17152] Workspace uploader: avoid . (dot) char added as suffix when the filename does not contain an extension + + [Feature #13327] Checking upload permission before the upload starting +