Actions
Bug #85018
closedFluid xmlns declaration silently fails if using https
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2018-05-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If someone would use https instead of http in the Fluid xmlns declaration for custom viewhelpers, he would not get any output from the viewhelpers.
xmlns:b="https://typo3.org/ns/Vendor/Project/ViewHelpers" => b:test() returns NULL. xmlns:b="http://typo3.org/ns/Vendor/Project/ViewHelpers" => b:test() works as expected.
It silently fails without any warning or log - you can call b:notExistingThing() and it would be still ignored.
Updated by Georg Ringer over 6 years ago
- Status changed from New to Rejected
Thanks for the creating the issue! I set this to rejected as fluid is an own project. I opened an issue there https://github.com/TYPO3/Fluid/issues/385
Actions