Project

General

Profile

Actions

Bug #94519

closed

Correctly resolve best matching FAL storage

Added by Oliver Hader over 3 years ago. Updated about 3 years ago.

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-path fileadmin/
  • identifier using absolute path on storage with relative base-path
  • identifier using relative path on storage with absolute base-path
Actions

Also available in: Atom PDF