Make sure we reject files that are not children of a sync-path

This commit is contained in:
Frank 2021-08-16 01:01:51 +02:00
parent 0b9d6093a0
commit fdbde2e0a6
6 changed files with 99 additions and 19 deletions

View file

@ -179,6 +179,7 @@ public class DataExchangeAPI extends DataExchange {
.replace(":", "-")
.replace("\\", "-")
.replace("/", "-"))
.normalize()
.toFile();
if (!fl.exists()) {