- Properly encode resource names and paths while constructing the JSON response.
authorpastith <devnull@localhost>
Thu, 19 Feb 2009 15:26:17 +0000 (15:26 +0000)
committerpastith <devnull@localhost>
Thu, 19 Feb 2009 15:26:17 +0000 (15:26 +0000)
commit47d800f94a512cc185fe579cbfe6a8cec862e4d0
treebb71f6604e0de5b3a7848b81a74e6c90526d4567
parentac4d1481c469a0fe0278007beb2ae41d12727513
- Properly encode resource names and paths while constructing the JSON response.
- Modify the signature calculation algorithm, in order to accomodate file names with spaces or localized file names. Now the path must be URI-encoded (once!) before being concatenated to the rest of the signature.
gss/src/gr/ebs/gss/server/rest/FilesHandler.java
gss/src/gr/ebs/gss/server/rest/RequestHandler.java
gss/test/rest-api-test.html