Fix wrong encoding in new folder names, by returning the already constructed URI...
authorPanagiotis Astithas <pastith@gmail.com>
Thu, 3 Sep 2009 15:19:12 +0000 (18:19 +0300)
committerPanagiotis Astithas <pastith@gmail.com>
Thu, 3 Sep 2009 15:19:12 +0000 (18:19 +0300)
commita0dde8182fec65fdaa61e9a8079c99983f69f393
tree12f381988a7f850d845523e40c4fddc0d8f99af3
parentb40d8c4ef5e357d69b9ab78992e97ef930258a94
Fix wrong encoding in new folder names, by returning the already constructed URI. This required that createFolder() returns the newly-created folder, which was always a good idea (builder pattern).
src/gr/ebs/gss/server/ejb/ExternalAPI.java
src/gr/ebs/gss/server/ejb/ExternalAPIBean.java
src/gr/ebs/gss/server/ejb/ExternalAPIRemote.java
src/gr/ebs/gss/server/rest/FilesHandler.java