Actions
Bug #56927
closedRegression: baseUri for LocalDriver is invalid for fallback storage
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2014-03-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
The baseUri in the LocalDriver contains a leading slash, when the absoluteBasePath equals PATH_site.
This is the case for the 0-storage (the fallback storage for non FAL file paths).
If the baseUri contains a leading slash the public URLs will contain two slashes at the beginning which browsers interpret as a schema-less URL and try to lookup the first part of the file path as hostname.
Actions