Bug #23682
closedjumpurl.secure fails if no mimeTypes are set
0%
Description
When creating a filelink without setting "mimeTypes", the juHash comparison never matches.
TYPO3 shows the following error message:
jumpurl Secure: Calculated juHash did not match the submitted juHash.
- Use a simple TypoScript like this to generate a filelink.
page.1 = TEXT
page.1.field = media
page.1.filelink {
path = uploads/media/
jumpurl = 1
jumpurl {
secure = 1
}
}
- Add a file in the media field of a page
- Click the generated link in Frontend
- This will let TYPO3 crash will the following error:
jumpurl Secure: Calculated juHash did not match the submitted juHash.
This behavior was introduced in TYPO3 4.4.3 with the fix of #23428.
(issue imported from #M15911)
Files
Updated by Steffen Gebert about 14 years ago
Change has been included in #23675 and was released with 4.4.4