javacommons/gcfprotocols/file/javasrc/com/nokia/mj/impl/file/FileConnectionImpl.java
changeset 50 023eef975703
parent 23 98ccebc37403
child 56 abc41079b313
--- a/javacommons/gcfprotocols/file/javasrc/com/nokia/mj/impl/file/FileConnectionImpl.java	Tue Jul 06 20:36:19 2010 +0300
+++ b/javacommons/gcfprotocols/file/javasrc/com/nokia/mj/impl/file/FileConnectionImpl.java	Fri Jul 09 16:35:45 2010 +0300
@@ -254,7 +254,7 @@
             curUrl = curUrl.substring(0, curUrl.length() - 1);
         }
         String newUrl = curUrl.substring(0, curUrl.lastIndexOf('/') + 1);
-        newUrl += iFileUtility.getName();
+        newUrl += FileUTF8Handler.encode(iFileUtility.getName());
 
         iFileConnectionUrl = new FileConnectionURL(newUrl);
     }