SUPPORT-8841: fix
This commit is contained in:
parent
2b5e056214
commit
c923db11cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue