Use URL.encodeComponent() instead of URL.encode() as it encodes a few more characters...
authorDimitris Routsis <droutsis@ebs.gr>
Tue, 25 Aug 2009 14:58:03 +0000 (17:58 +0300)
committerDimitris Routsis <droutsis@ebs.gr>
Tue, 25 Aug 2009 14:58:03 +0000 (17:58 +0300)
commit7cc0f8d127e83a7475d635356fb424495afc2f48
tree9c00afeeb5a6d64b28f66053b80b8d87abee0b05
parent511130d91bb1ef9ff1e0355f7843321c9d44e2de
Use URL.encodeComponent() instead of URL.encode() as it encodes a few more characters that may appear in filenames and URL.encode() left unencoded.
src/gr/ebs/gss/client/FileUploadGearsDialog.java