-
-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX] Abuse of storage 0 for extension resources
This patch makes sure the virtual storage 0 is not longer abused by the StaticFilesProcessor. Therefor the StaticFilesProcessor now returns URIs of the provided files and not longer FILE objects. All `EXT:` references are now properly resolved through `PathUtility::getPublicResourceWebPath()` if available (TYPO3 11.4.0 and higher) or by providing an absolute path to `PathUtility::getAbsoluteWebPath`. FAL resources are resolved using `PathUtility::getAbsoluteWebPath` also by providing an absolute path. The new behavior is disabled by default and can be enabled by setting "compatibilityMode" to "false".
- Loading branch information
1 parent
5bde1c5
commit 9992238
Showing
4 changed files
with
45 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters