Actions
Bug #94519
closedCorrectly resolve best matching FAL storage
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2021-07-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
For legacy reasons storage resolving in file abstraction layer still supports using identifiers like /fileadmin/img.png
instead of 1:/img.png
(given, that 1
corresponds to default fileadmin/
storage).
To resolve the "best matching storage", existing storage paths are analyzed - however this did not work in the following cases:
- identifier like
/fileadmin/img.png
on relative storage base-pathfileadmin/
- identifier using absolute path on storage with relative base-path
- identifier using relative path on storage with absolute base-path
Actions