Details
Description
I've created some folders with Russian names on my server, but then I connected with sync to this site - russian names was translated to question symbols: "?????"
Information may help: I'm using English version of MacOS Lion, but it supports russian without any problems - I can easily create folders and files with russian symbols in names. Russian folders (of course) working well on Liferay Server.

This one is partially done.
1) I changed it to get the default encoding via the JVM parameter -Dfile.encoding=UTF8. Please test to make sure this works.
2) Move POST url parameters to POST parameters since URL's shouldn't be assumed to be of any encoding.