Task #87955
closedAdd L parameter to file publicUrl
0%
Description
According to this discussion : https://github.com/beechit/fal_securedownload/issues/117, it is needed to add the L parameter to the file publicUrl.
Updated by Benni Mack over 5 years ago
- Target version changed from next-patchlevel to Candidate for patchlevel
Updated by Christian Eßl over 4 years ago
- Category set to File Abstraction Layer (FAL)
Updated by Susanne Moog over 4 years ago
- Status changed from New to Needs Feedback
Can you add a bit more information here (and maybe check if this is still an issue in recent versions)? From the conversation in the github it's about the login redirect?! How does the publicUrl of a file factor into that? Direct file links in core do not have a concept of language as far as I understand.
Updated by Benni Mack over 3 years ago
As there hasn't been any feedback in the past year, I will close this ticket.
Adding a "L" parameter isn't IMHO part of TYPO3 Core's job, as this needs to be handled in the extension if they want to provide a multi-language redirect (e.g. by adding a custom redirect URL to such a file).
Updated by Benni Mack over 3 years ago
- Status changed from Needs Feedback to Closed
FAL does not know about the concept of a site language, as this is fully context-based when such links are generated.