SUPPORT-8841: fix

This commit is contained in:
Alexandr Shalaginov 2024-12-30 11:02:23 +03:00
parent 2b5e056214
commit c923db11cb

View file

@ -25,7 +25,7 @@ public class FileScanService {
private static final Logger LOGGER = LoggerFactory.getLogger(FileScanService.class);
@Value("${file.upload.directory}")
private String uploadDirectory;
@Value("${password.protected.result.name}:Password-protected objects")
@Value("${password.protected.result.name:Password-protected objects}")
private String passwordProtectedResultName;
public ScanResult scanFile(MultipartFile file) {