Make sure we reject files that are not children of a sync-path
This commit is contained in:
parent
0b9d6093a0
commit
fdbde2e0a6
6 changed files with 99 additions and 19 deletions
|
@ -179,6 +179,7 @@ public class DataExchangeAPI extends DataExchange {
|
|||
.replace(":", "-")
|
||||
.replace("\\", "-")
|
||||
.replace("/", "-"))
|
||||
.normalize()
|
||||
.toFile();
|
||||
|
||||
if (!fl.exists()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue