Bug #35231
temporary files with wrong permission
| Status: | New | Start date: | 2012-03-26 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
Tika seems to create temporary files for language detection typo3temp/tx_tika_LanguageDetectionService*
These files are only readable by the webserver user which can break deployment and backup processes.
Tika should run fixPermissions and/or delete files after processing.