Commit 2230b78
authored
Fixing the filepath used if the TIKA_JAR_HASH_ALGO env var is used
The TIKA_JAR_HASH_ALGO environment variable can be used to customize which hash algorithm is used for checksums of the Tika jarfile. It's primarily in use for FIPS systems on which using the default hash algorithm (MD5) will raise an exception.
If the user customizes this environment variable currently, it will raise a `FileNotFoundError`, as the hash file is currently hardcoded to be an `.md5` file, and not the filetype that's actually needed.1 parent eddf40c commit 2230b78
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
618 | 618 | | |
619 | 619 | | |
620 | 620 | | |
621 | | - | |
| 621 | + | |
622 | 622 | | |
623 | 623 | | |
624 | 624 | | |
| |||
0 commit comments