Fix for Issue 35, added a note message on creating a new folder or updating an existi...
authorNatasa Kapravelou <akapravelou@gmail.com>
Thu, 7 Oct 2010 13:15:50 +0000 (16:15 +0300)
committerNatasa Kapravelou <akapravelou@gmail.com>
Thu, 7 Oct 2010 13:15:50 +0000 (16:15 +0300)
commit8b79a1c805986609e4c7ba02cc693582a1dc11ee
treea058b0441ea44d888b245dd9eb7371aa6320df5a
parent62c7d7dc660e568368488af2cc1e915228e6f001
Fix for Issue 35, added a note message on creating a new folder or updating an existing folder, informing the user that slashes are not allowed in folder names.The same note is added during the update of file name. Also, the client code has altered in order to forbid the creation or the update of a resource name.At last, don't allow uploading a file which file name contains slash.
src/gr/ebs/gss/client/FilePropertiesDialog.java
src/gr/ebs/gss/client/FolderPropertiesDialog.java
src/gr/ebs/gss/client/GSS.java
src/gr/ebs/gss/server/rest/FilesHandler.java