Actions
Bug #72846
closedAbsolute URIs get prefixed with absRefPrefix in typolink processing
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2016-01-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
An absolute URI (e.g. "/folder/someFile.png") get's prefixed with absRefPrefix (e.g. "/") which results in "//folder/someFile.png" - which is a schema-less URI notation and thus "folder" is interpreted as hostname.
Actions