From ea58785370629182d0c0477871ea230faf730cee Mon Sep 17 00:00:00 2001 From: Sweidan Omar Date: Fri, 21 Jan 2022 00:21:55 +0000 Subject: [PATCH] git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C32823 --- .../src/user/commons/remotestore/LocalDirectoryLister.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.54.0