Actions
Bug #77957
closedFluid ViewHelper namespace does not respect camelcase
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2016-09-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
If you define your namespace like following:
{namespace nameSpace=Vendor\Ext\ViewHelpers}
The namespace will not be resolved using a case sensetive OS like Linux. This also will not work if your first character is upperCase.
I didn't find anything in the Documentation or Source that this should not be allowed. I don't know if this is also the case in earlier Versions.
Actions