Actions
Bug #84999
closedlowlevel_cleaner missing_files complains when anchor is in filename
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
CLI
Target version:
-
Start date:
2018-05-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I have some links to a PDF with an anchor to a specific page. If an anchor is in the link, the lowlevel_cleaner missing_files cronjob complains that there is a missing file:
[filepath/file.pdf#page=15] => Array
(
[hash] => tt_content:uid:bodytext::typolink_tag
)
But the file is not missing. Deleting the anchor resolves it.
Actions