Closed develth closed 2 months ago
@develth thx for issue. Can you reproduce issue on dev-master
?
Hi @develth did you have a chance to verify if issue is reproducible on your end on dev-master
branch ?
@twoldanski sorry, no time until now. just checked out 4.4.0 & it seems to be fixed. thanks!
Describe the bug Images that get processed by GalleryProccesor get processed on every request, because hash is different caused by missing fileExtension
To Reproduce Steps to reproduce the behavior:
Expected behavior Images should be reused, cache should be equal before & after process
TYPO3 version and TYPO3 Headless version latest TYPO3 & Headless
Additional context Issue caused by removal of FileExtension before processing (see here )
The FileExtension is not included in Options anymore, but the Repository saves the processed file including the fileExtension, so Hash is always different. Hash Check in ProcessedFileRepository - debugger could set here to compare hashes on search & on persist