Bug #93501
closedFileDump return an image instead of pdf
0%
Description
Hi.
I'm migrating an old site to TYPO3 v10 (from v7) and I have the fileadmin as not accessible publicly. That create the links to files as /index.php?eID=dumpFile&t=f&f=18151&token=***.
It was working fine before. A link to a pdf would show the pdf.
In v10 the working of the class has change. The file is proccess to resize or crop. So it can only return image...
It probably correct in some case, but it do no work in this (link in the rte to a pdf file in a non-public File Storage).
Maybe it should validate if it is an image or not before process it? I'm not sure of the solution, but this is a problem.
Thanks.
Updated by Georg Ringer almost 4 years ago
- Related to Bug #93024: PDF download from private storage yields thumbnail added
Updated by Georg Ringer almost 4 years ago
- Related to Feature #90068: Implement better FileDumpController added
Updated by Georg Ringer almost 4 years ago
- Status changed from New to Closed
thanks for creating the issue. I am closing it as it is a duplicate of #93024. a patch is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/67333