Actions
Bug #72255
closedException in RequestBuilder is not thrown if defaultControllerName is not set due to strict type check
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-12-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
In the request builder there is a fallback if no controller is defined which uses the defaultControllerName
name attribute.
This attribute is initializes with null
but checked against an empty string which will always fail and prevent an exception if the attribute is not set/empty.
Actions