pushyrpc / pushy

Easy-as RPC. Zero-server RPC for Python and Java.
http://github.com/pushyrpc/pushy
45 stars 18 forks source link

Java pushy.io.File.getAbsolutePath converts to local absolute path #25

Closed axw closed 12 years ago

axw commented 12 years ago

The Java pushy.io.File.getAbsolutePath method converts paths to local absolute paths. For example, if the client is on Windows and the target is on Linux machine, then getAbsolutePath will return the Windows absolute path (C:...)


Imported from Launchpad using lp2gh.