git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/branches/data-access/sh-fuse-integration/1.0@179100 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
7de18e7745
commit
a752a80758
|
@ -335,7 +335,7 @@ public class StorageHubFS extends FuseStubFS {
|
||||||
|
|
||||||
for(Entry<String, SHFile> entry: tempFiles.entrySet()) {
|
for(Entry<String, SHFile> entry: tempFiles.entrySet()) {
|
||||||
logger.trace("entry in temp map {}", entry.getKey());
|
logger.trace("entry in temp map {}", entry.getKey());
|
||||||
if (entry.getValue() instanceof FileUpload || pathUtils.getParentPath(entry.getKey()).equals(path)) {
|
if (entry.getValue() instanceof FileUpload && pathUtils.getParentPath(entry.getKey()).equals(path)) {
|
||||||
filter.apply(buf, pathUtils.getLastComponent(entry.getKey()), null, 0);
|
filter.apply(buf, pathUtils.getLastComponent(entry.getKey()), null, 0);
|
||||||
logger.trace("last temp entry added {}", entry.getKey());
|
logger.trace("last temp entry added {}", entry.getKey());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue