From: Sweidan Omar Date: Fri, 21 Jan 2022 00:21:55 +0000 (+0000) Subject: git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube... X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=ea58785370629182d0c0477871ea230faf730cee;p=mediacube.git git-tfs-id: [tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C32823 --- diff --git a/server/user.jobengine.osgi.commons/src/user/commons/remotestore/LocalDirectoryLister.java b/server/user.jobengine.osgi.commons/src/user/commons/remotestore/LocalDirectoryLister.java index 533d250b..07a66049 100644 --- a/server/user.jobengine.osgi.commons/src/user/commons/remotestore/LocalDirectoryLister.java +++ b/server/user.jobengine.osgi.commons/src/user/commons/remotestore/LocalDirectoryLister.java @@ -87,7 +87,7 @@ public class LocalDirectoryLister implements IDirectoryLister { File file = new File(path + fileName); if (!file.exists()) - throw new FileNotFoundException(storeUri.toString() + "/" + fileName); + throw new FileNotFoundException(path + fileName); return toRemoteFile(file); }