git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube...
authorSweidan Omar <TFS\sweidan.omar>
Fri, 21 Jan 2022 00:21:55 +0000 (00:21 +0000)
committerSweidan Omar <TFS\sweidan.omar>
Fri, 21 Jan 2022 00:21:55 +0000 (00:21 +0000)
server/user.jobengine.osgi.commons/src/user/commons/remotestore/LocalDirectoryLister.java

index 533d250bed2a58ffd1b34129a5eadd257d502bac..07a66049e046e9baa5b0d352edb0c6220df9b82b 100644 (file)
@@ -87,7 +87,7 @@ public class LocalDirectoryLister implements IDirectoryLister {
                File file = new File(path + fileName);\r
 \r
                if (!file.exists())\r
-                       throw new FileNotFoundException(storeUri.toString() + "/" + fileName);\r
+                       throw new FileNotFoundException(path + fileName);\r
 \r
                return toRemoteFile(file);\r
        }\r